Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 773 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 773 Bytes

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.