The source project of this merge request has been removed.
first version of safe DB setup
- generate_config directly creates dev.secret.exs and prod.secret.exs instead of generated_config
- generate_config will also set up a DB password
- generate_config will create a psql file which will create user, database and add needed extensions
Worked for me on a clean instance. I've updated README.md to reflect those changes.