reporte-ciudadano icon indicating copy to clipboard operation
reporte-ciudadano copied to clipboard

Rake task for easy setup

Open defvol opened this issue 13 years ago • 1 comments

¿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

defvol avatar Feb 06 '13 00:02 defvol

The rake task will be: rake setup

It will execute:

  • Add: config/database.yml
  • Add: config/env_variables.yml
  • bundle install
  • rake db:setup

juanpabloe avatar Aug 23 '13 21:08 juanpabloe