Deployment Tool.
- Repositories should be on gitlab (for now).
- on deployment servers there should be command which handles all deployment process.
- The command must take 3 args
deployment_branch
username
password
.
If kivy
already installed, can be switched to other part;
$> sudo add-apt-repository ppa:kivy-team/kivy
$> sudo apt-get update
$> sudo apt-get install python-kivy
$> mkdir deploymentApp
$> cd deploymentApp
$> git clone https://github.com/RedXBeard/deployapp.git
$> cd deployapp
$> pip install -r requirements
To run, in cloned dir,
$> python main.py
If you want clean install please download MKFDeploymentApp.dmg.