Having read the README of the smidig-conference app might help.
- Ruby
- git
- RubyGems: bundler, heroku
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
Do once:
$ git remote add production git@heroku.com:smidig2012pre.git
To deploy:
$ git push production master