Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyro2927/jpotaipa
A web app for serving up IPA files over-the-air
https://github.com/pyro2927/jpotaipa
Last synced: about 17 hours ago
JSON representation
A web app for serving up IPA files over-the-air
- Host: GitHub
- URL: https://github.com/pyro2927/jpotaipa
- Owner: pyro2927
- Created: 2012-08-17T03:55:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-23T14:51:27.000Z (about 12 years ago)
- Last Synced: 2023-04-12T16:22:19.424Z (over 1 year ago)
- Language: Ruby
- Size: 729 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- 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