Skip to content

Repo for the 2013 Overnight Website Challenge RubyMN team (#133)

Notifications You must be signed in to change notification settings

derekrockwell/owc133

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After cloning, set up the Figaro gem to handle your secret_token.rb file by running:

bundle
rails g figaro:install

Then generate a secret key with

rake secret

Copy that string to your config/application.yml file as follows:

#config/application.yml
SECRET_TOKEN: '30 character secret from above here'

Start your server

rails s

#Deployment We have two environments, a staging environment and a production environment on Heroku. ###Add Git repositories

git remote add heroku-stage [email protected]:owc133-stage.git
git remote add heroku-production [email protected]:owc133-production.git

###Push to Heroku

#staging
git push heroku-stage develop:master
#production
git push heroku-production master:master

About

Repo for the 2013 Overnight Website Challenge RubyMN team (#133)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published