combat

Created: 2011-07-08 17:39
Updated: 2018-12-27 18:39
License: mit

Readme.md

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more