Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic guide to simple self-hosting #83

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kennsippell
Copy link

@kennsippell kennsippell commented Dec 3, 2021

This is a very simple guide to self-hosting the DeliveryBot services. I tried to avoid the complexity of any specific hosting decisions - Docker, Kubernetes, etc. And avoid the complexity of any optional integrations like Slack etc. This seemed to be, the minimum information needed to get started self-hosting DeliveryBot.

In my experiences, the most confusing parts of the current experience was:

  1. yarn build is missing from setup scripts
  2. BASE_URL is needed but undocumented and missing from the .env.example
  3. The basics of creating the GitHub App aren't documented. I had to string together information from several different places (github issues, community threads, manifest, probot, cb url, etc.)

cc @nomulex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant