Skip to content
/ combat Public

Deploy your iPhone and Android applications to clients with ease. It's like Capistrano, only for mobile apps.

License

Notifications You must be signed in to change notification settings

nixa/combat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 config.yml.

To run a new deploy type

combat deploy

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:

  • Test Android support

About

Deploy your iPhone and Android applications to clients with ease. It's like Capistrano, only for mobile apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages