Skip to content

danielfaulknor/ibd-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xplore-packer

Packer templates for building Vagrant baseboxes. These boxes are used at Xplore as development environments.

Usage

When using with Vagrant, Apache is configured to host from /httpdocs from your local directory.

An empty database is created named vagrant, username vagrant, password vagrant.

Generally any password should be vagrant (seeing a theme?).

Current baseboxes

The following baseboxes are publicly available and were built using this project. They are also detailed at Vagrant Cloud.

Build your own boxes

First, install Packer and then clone this project.

Inside the packer directory, a JSON file describes each box that can be built. You can use packer build to build the boxes.

$ packer build debian-6.0.9-amd64.json

or

$ packer build ubuntu-14.04-amd64.json

Congratulations! You now have the box in the ../builds directory that you can then add to Vagrant.

Credits

Inspiration for these templates was taken from a number of places:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published