fix DB path and add instructions for docker deployment #1
Reference in New Issue
Block a user
Delete Branch "db-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The most substantial change is moving the DB file to the /srv directory, with an absolute reference (because I couldn't get the relative reference to work). I chose /srv because of https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard and https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
This also affects devops so I changed that as well: trent_larson/devops#2