#. exec: bundle install (install dependencies) #. exec: bundle exec rake db:migrate (create database) #. write new feature #. exec: bundle exec cucumber (run features) #. update web_steps.rb #. exec: bundle exec cucumber (run features) #. update path.rb #. exec: bundle exec cucumber (run features) #. define application action in application.rb #. exec: bundle exec unicorn (start the web server) #. open browser an run the application
#. Install heroku toolbelt (https://toolbelt.heroku.com/) #. Create heroku app (heroku apps:create application_name)