Skip to content
Snippets Groups Projects
Piotr Maslanka's avatar
Piotr Maślanka authored
1f24868c

vagrant-boxen

Problem: installing same things over and over makes builds long

Solution: make Vagrant images with common things preinstalled

Boxes are based off debian/contrib-jessie64

How to rebuild

python make.py
git add --all
git commit -m "dfdf"
git push origin master

Boxes are automatically regenerated upon a push to master. If you want to develop a single box, just make a branch that starts with it's name and a dash, eg. cassandra-something. Only it will then rebuild upon commit.

Boxes, after being built, will be automatically available at http://dev.dms-serwis.com.pl/vagrant/

Box index

* **cassandra**: [Debian Jessie x86_64 with Cassandra 3.0.9](/cassandra/README.md)