Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/kodcacher
https://github.com/mwotton/kodcacher
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/kodcacher
- Owner: mwotton
- Created: 2011-06-14T23:22:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-14T23:43:03.000Z (over 13 years ago)
- Last Synced: 2023-04-16T12:07:47.729Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Here is a sample/template sinatra application ready for deployment to [Heroku](http://heroku.com).
**NOTE** This is for heroku.com and not herokugarden.com
* Create an acount in seconds at [Heroku](http://heroku.com/signup).
* Install the gem `sudo gem install heroku`.
* If you do not have an SSH key
you'll need to [generate
one](http://heroku.com/docs/index.html#_setting_up_ssh_public_keys)
and [tell Heroku about
it](http://heroku.com/docs/index.html#_manage_keys_on_heroku)
* Clone this repo `git clone git://github.com/sinatra/heroku-sinatra-app [appname]`
* `cd /path/to/project`
* `heroku create [optional-app-name]` (You can rename your app with `heroku 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](http://www.sinatrarb.com/contributing.html) by the Sinatra community as
we at Heroku are heavily involved in Sinatra. Please use the Heroku [mailing list](http://groups.google.com/group/heroku) if you
have non Sinatra questions.See [these guidelines](http://www.sinatrarb.com/contributing.html) for
contributing or bugs.Happy Development and Deploying!
Sincerely,
The Heroku Team