Skip to content

Open source backend for http://ota.io (a adhoc app distribution platform)

Notifications You must be signed in to change notification settings

perpetio/ota.io-rb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics

Basic sinatra app to deploy iOS and Android applications over-the-air.

Requirements

Amazon S3

API

POST: /app
- binary - file (IPA or APK)
- identifier - string ()
- icon - file (PNG)

Deploy to Heroku

In the Terminal enter:

> heroku create # create your heroku app
> git push heroku master

About

Open source backend for http://ota.io (a adhoc app distribution platform)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.8%
  • Ruby 16.5%
  • HTML 6.7%