Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.31 KB

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.

Download Latest release

For more info how it works, how to configure, ... See Wiki

Build & run

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

or

$ ./mvnw spring-boot:run

By default, http server will start on port 8083.

Build status (travis-ci)

devel Build Status codecov codebeat badge Codacy Badge

master: Build Status