Skip to content
Michal Vala edited this page Oct 27, 2017 · 7 revisions

Welcome to the boxitory wiki!

Boxitory

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.

Dev

Build & run

./mvnw install && java -jar target/boxitory-{version}.jar

By default, http server will start on port 8083.

Build status (travis-ci)

devel Build Status

master: Build Status

Versioning

Versioning respects Semantic Versioning 2.0.0. Latest version of boxitory is always here.

Branching workflow

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.