-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Michal Vala edited this page Oct 27, 2017
·
7 revisions
Welcome to the boxitory wiki!
is repository for Vagrant's Virtual Machine boxes, which can manage box versions and provides Vagrant compatible http interface. Boxes are stored on local filesystem.
./mvnw install && java -jar target/boxitory-{version}.jar
By default, http server will start on port 8083.
Versioning respects Semantic Versioning 2.0.0. Latest version of boxitory is always here.
Branching workflow respects Long-Running Branches Workflow, with stable master
branch. All new features/bugfixes should be developed into specific feature branches or fork and merged into devel
branch via Pull Request. In release process, devel
branch is merged into master
, properly tagged, and release is built from tagged commit in master
.