Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 598 Bytes

README.markdown

File metadata and controls

34 lines (19 loc) · 598 Bytes

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