This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
- 2.5.1p57 o mas
-
System dependencies
- bundle install
-
Configuration
- Crear archivo environment_variables.yml dentro de la carpeta config y agregar la siguiente configuracion:
- development:
- DATABASE_USER: usuario_de_postgres
- DATABASE_PASS: password_de_usuario
- DATABASE_HOST: host
- development:
- Crear archivo environment_variables.yml dentro de la carpeta config y agregar la siguiente configuracion:
-
Database creation
- rake db:create
-
Database initialization
- rake db:migrate
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...