Changes to Docker and Podman documentation#50
Draft
herzenschein wants to merge 3 commits intowritefreely:mainfrom
Draft
Changes to Docker and Podman documentation#50herzenschein wants to merge 3 commits intowritefreely:mainfrom
herzenschein wants to merge 3 commits intowritefreely:mainfrom
Conversation
This method should be guaranteed to be functional for Docker and Podman
This was referenced Oct 6, 2023
safaci2000
reviewed
Sep 3, 2024
|
|
||
| The `docker-setup.sh` script will present you with a few questions to set up your dev instance. You can hit enter for most of them, except for "Admin username" and "Admin password." You'll probably have to wait a few seconds after running `docker-compose up -d` for the Docker services to come up before running the bash script. | ||
| ```bash | ||
| cp config/sample-config.ini config.ini |
There was a problem hiding this comment.
why not simply make this part of the docker build? That way you won't have to do a manual step, and then you can simply run: docker-compose run writefreely-web config start which will update the config.ini without the weird directory behaviors. Even running a touch config.ini would be just as good.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the container documentation to follow my findings under https://github.com/herzenschein/herz-podman/tree/main/writefreely.
There are a few noteworthy things here:
config/sample-config.ini), which should be added laterI plan to add Podman Quadlets in the future, following the scheme I devised under https://github.com/herzenschein/herz-quadlet/tree/main/writefreely.
Companion pull request: writefreely/writefreely#784
Counter pull request: #39