Skip to content

AdamBien/airfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airfield

Self-contained Software Deployment Tool

airfield is a self-contained auto-update utility written in Java 8.

With airfield you can easily push you applications to a remote GIT repository and automatically distribute new versions to all connected Java clients.

At the very first start airfield will clone the remote repository, all subsequent launches will update the app. You only have to push your app to whatever GIT repo you like:

Sample Workflow

##Usage:

java -jar airfield.jar [LOCAL_INSTALLATION_DIR] [REMOTE_GIT_REPO]

airfield was motivated by many requests from the afterburner.fx project.