reporte-ciudadano
reporte-ciudadano copied to clipboard
Rake task for easy setup
¿Qué opinan de un rake task o generator que haga todo el setup del proyecto?
https://github.com/CodeandoMexico/reporte-ciudadano/wiki/Gu%C3%ADa-de-instalaci%C3%B3n
The rake task will be:
rake setup
It will execute:
- Add: config/database.yml
- Add: config/env_variables.yml
- bundle install
- rake db:setup