Comment on On Cloud: Show off your rails or merb app with free hostingComments−nkh16yYou can do the same with Heroku:sudo gem install herokuheroku keys:addheroku creategit push heroku masterheroku open
Comments
You can do the same with Heroku:
sudo gem install heroku
heroku keys:add
heroku create
git push heroku master
heroku open