Skip to content

modeset/modeset.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mode Set

Rails app powering modeset.com

Run bundle and rackup or bundle exec rackup to run the site.

Pushing

  • Set up Heroku:
    • heroku login
    • heroku 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