# 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* ## List o'boxes Click on particular boxes to see description and how to use: * [Sun Java 8 + Cassandra](/cassandra) * [Cassandra + ZooKeeper + RabbitMQ](/cass_zk_rmq) * [Cassandra + ZooKeeper + RabbitMQ + Python](/czr_pythons) * [Cassandra + ZooKeeper + RabbitMQ + Python + PostgreSQL](/czr_pythons_pg) * [NodeJS 4.x + bower + gulp](/nodejs4) * [NodeJS 5.x + JDK + ADT + cordova](/nodejs5_jdk_adk25) 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.