Combat
Deploy your iPhone and Android apps to clients with ease. It's like Capistrano, only for mobile apps.
Install
Run
gem install combat
Usage
In your mobile applications directory run
combat setup
This creates a new combat.yml.
To run a new deploy type
combat deploy
To open the deploy page run
combat open
Configuration
Create a ~/.combatrc with default configuration for all combat projects, like this example:
---
:host: my.server.com
:path: /var/www/myserver/mobile_apps/
:url: http://my.server.com/mobile_apps
:filename: android_file.apk
:name: My application dev page
TODO
Todo stuff:
- Slicker ui, better design
- Dynamic behaviour: when you start the download process the button should turn to "Downloading in progress"
- Refactor code
- Support for private deploys (via .htaccess or some other password scheme)
Author
Copyright © 2011 Tomislav Car, Infinum