Skip to content

RedXBeard/deployapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages