This application was created by rails_apps_composer
This application requires:
- Ruby 2.5.1
- Rails 5.2.2
- Postgres SQL
Fork this repository with: git clone git@github.com:DanielMoreno58/mexicocompilado.git
It's important to know that this project has the fundamentals of git flow.
The branches that we will include are:
- master
- develop
- feature
- fix
Every collaborator will work in a feature individually and this feature will checkout from develop, following the git flow standard.
After you do that you will need to create your own local database with the user mexicocompilado_admin
, you can add a password to the user if you want in config/database.yml
and gave the permissions of Create role, Create DB, Replication
. More information
Steps for create local database
Command | Language |
---|---|
1. CREATE ROLE mexicocompilado_admin WITH CREATEDB CREATEROLE REPLICATION; |
SQL |
2. rails db:create |
rails bash |
3. rails db:migrate |
rails bash |
Daniel Moreno |
---|