OxfordRSE / gutenberg

https://oxfordrse.github.io/gutenberg
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Readme rework #199

Closed mjaquiery closed 7 months ago

mjaquiery commented 7 months ago

Added a complete zero-to-live workflow, including documenting required software.

All tested using the latest Ubuntu docker image.

:warning: The change to the postgres username (user -> postgres) will probably break the fly.io deploy.

alasdairwilson commented 7 months ago

I dont think this will break the deploy because we have those set on runner so it should override anything in .env (and anyone deploying locally will have .env.local also overriding the .env file)