PostgreSQL v.12
sudo apt install postgresql-12
Redis
sudo apt install redis-server
git clone https://github.com/IF-115-Ruby/OSBB.git
cd OSBB
bundle && yarn
rails db:create db:migrate db:seed
rails s
sidekiq
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D