Advanced Software Engineering
The First Class
Part II
1 Sign up one Heroku account
2 Set up
# Run this from your terminal:
# Please ensure that you have Ruby installed.
wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
3 Login
heroku login
4 Prepare the app
git clone https://github.com/heroku/ruby-getting-started.git
cd ruby-getting-started
5 Deploy the app
heroku create
git push herouku master
heroku open
References:
[1]https://devcenter.heroku.com/articles/getting-started-with-ruby