Jump Start Sinatra by Darren Jones

Jump Start Sinatra by Darren Jones

Author:Darren Jones
Language: eng
Format: mobi, epub, pdf
Publisher: SitePoint Pty. Ltd.
Published: 2013-06-03T16:00:00+00:00


Creating a Heroku App

Upon installing the Heroku Toolbelt, you should now have access to the heroku command from within the terminal. First of all, try logging in using the same details as when you signed up for Heroku.

To create a Heroku app, we use the command heroku create followed by the name of the app. In our case, we want to call the app songs-by-sinatra, so we’d use the following command:

$ heroku create songs-by-sinatra-from-daz

Unfortunately, you won’t be able to use the name songs-by-sinatra, because I’ve already taken it! You can choose your own app name, or just leave it blank and Heroku will allocate a name for you.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.