Skip to content

smidig/smidig-placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2828e41 · Jun 3, 2013

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smidig 2012, public beta

Getting started

Having read the README of the smidig-conference app might help.

Requirements

  • Ruby
  • git
  • RubyGems: bundler, heroku

Setup Local Environment

Grab your copy and install depencies:

git clone http://github.com:smidig/smidig-placeholder
cd smidig-placeholder
bundle install

Start server on http://localhost:3000

rackup -p 3000

Deployment to Heroku

Do once:

$ git remote add production git@heroku.com:smidig2012pre.git

To deploy:

$ git push production master