Rails app powering modeset.com
Run bundle and rackup or bundle exec rackup to run the site.
- Set up Heroku:
heroku loginheroku keys:add
- Push version2 branch to staging with:
git push -f staging version2:master - Pushing master to production:
- git remote add modeset git@heroku.com:modeset.git
- git push modeset master