CactusPuppy
7f5d06b23c
Fix Rubocop issues
2021-02-18 21:03:28 -08:00
Michael Ball
636ad2cebd
Add import rake task
2020-07-10 18:29:57 -07:00
Henne Vogelsang
02f0fb078c
Fix database setup in dev-env
...
The postgres image does not come with pre-configured osem
databases per environment. Calling db:create doesn't hurt if the
databases already exist, so let's do it every time we bootstrap.
2019-02-20 17:45:07 +01:00
Henne Vogelsang
2a7acf7369
Fixup INSTALL.md
...
- add a big fat warning
- Do not mentioned the deprecated docker setup anymore
- Fixup docker-compose production setup
2019-02-01 01:00:19 +01:00
Henne Vogelsang
f8b7233404
Put database.yml into the code base
...
It works by default, we have a mechanism to configure it (dotenv.example)
and we want to be a 12factor app, right? Let's do this...
2018-09-20 11:33:57 -07:00