PostgreSQL v.12
sudo apt install postgresql-12Redis
sudo apt install redis-servergit clone https://github.com/IF-115-Ruby/OSBB.git
cd OSBBbundle && yarnrails db:create db:migrate db:seedrails 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