This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Tue Feb 10 16:53:00 -0800 2009 | |
| |
config.ru | Tue Feb 10 16:34:25 -0800 2009 | |
| |
heroku-sinatra-app.rb | Tue Feb 10 16:34:25 -0800 2009 |
README.markdown
Here is a sample/template sinatra application ready for deployment to Heroku.
NOTE This is for heroku.com and not herokugarden.com
- Create an acount in seconds at Heroku.
- Install the gem
sudo gem install heroku. - If you do not have an SSH key you'll need to generate one and tell Heroku about it
- Clone this repo
git clone git://github.com/sinatra/heroku-sinatra-app [appname] cd /path/to/projectheroku create [optional-app-name](You can rename your app withheroku rename)git push heroku master
NOTES
The small amount of code is heavily commented. If you have questions or comments please use the channels provided by the Sinatra community as we at Heroku are heavily involved in Sinatra. Please use the Heroku mailing list if you have non Sinatra questions.
See these guidelines for contributing or bugs.
Happy Development and Deploying!
Sincerely, The Heroku Team







