- brew install postgresql
- brew install redis
- brew install mysql
- brew services start postgresql
- brew services start redis
- brew services start mysql
- install rvm and rails through ... rvm website.
rvm install 2.3.3
- git clone thisreponame
cd *thisreponame*
bundle install
- rails s
- brew install heroku
- heroku login
- heroku create
- git push heroku master
- heroku rake db:migrate
- need to add Redis To Go add on via heroku dashboard.
https://dashboard.heroku.com/apps -> yourappname -> ResourcesTab -> find_more_addons -> install Redis To Go
- git commit --amend
- git push heroku master --force-with-lease