- Ruby version 2.5.0
- Rails version 5.1
- Postgres >= 9.5
You must have redis installed and running on the default port:6379 (or configure it in config/redis/cable.yml).
DATABASE_HOST='localhost'
DATABASE_USERNAME='REPLACE WITH YOUR DATA'
DATABASE_PASSWORD='REPLACE WITH YOUR DATA'
DATABASE_NAME='planning_of_thrones_development'
DATABASE_TEST_NAME='planning_of_thrones_test'
DATABASE_PORT=5432
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
make install
brew install redis
bundle install
rake db:create && rake db:migrate
npm install yarn -g
yarn
redis-server
rails s
- Visit
http://localhost:3000
The name is composed by initials from your name (Valter Barros = VB), count of branch 01 is the my first branch, and a random number 58 followed by description from task.
eg: feature/VB0158-pass-modelling-to-models