-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make configuration changes to Dokku easier to test #4535
Comments
I do have some notes on Dokku already that I can check and edit, and then add here. |
This is roughly how I configured Dokku in a dev container in Codespaces. It may not bear much resemblance to our real setup (for example, PostgreSQL is installed via a Dokku plugin here, for convenience when I was trying to get things working as quickly as possible). Not everything here is a perfect guide, and not everything may be absolutely correct. There should be enough for someone following these instructions to get close to a working setup. Starting Dokku
Install PostgreSQL inside the Dokku container
Configure SSH outside of the Dokku container
Configure SSH inside the Dokku container
Configure Git inside the Dokku container
Configure Git outside of the Dokku container
Build the Docker imageOutside the Dokku container
Inside the Dokku container
|
In #4499, to test a Dokku configuration change, I went through the process of running job-server with Dokku in Codespaces. It took me a little while to get that working, but it does work.
To have more confidence in such changes in future, it would be useful to do one or more of the following:
The text was updated successfully, but these errors were encountered: