Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 940 Bytes

README.markdown

File metadata and controls

17 lines (13 loc) · 940 Bytes

Tropo + Sinatra + Heroku = Easy Ruby Communication Apps

Steps to recreate

  1. You will need to have Ruby, Rubygems, Heroku and Git installed first.

  2. Drop into your command line and run the following commands:

    • git clone http://github.com/tropo/tropo-volunteer.git --depth 1
    • cd tropo-volunteer
    • heroku create
    • git push heroku master
  3. Log in or sign up for Tropo and create a new WebAPI application.
    For the App URL, enter in your Heroku app's URL and append /index.json to the end of it.

  4. That's it! Call in, use, and tinker with your app!