Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 841 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 841 Bytes

DeployApp

Deployment Tool.

PreRequsite

  • 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.

Installment

Linux

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

MacOS

If you want clean install please download MKFDeploymentApp.dmg.