This a Vagrant setup for an Ubuntu 12.04 VM running Crate.io Data Storage. You can use this to get a Crate Database up and running, for testing and development.
- First install Vagrant on your system, http://downloads.vagrantup.com/
git clone https://github.com/herenow/vagrant-crate
cd vagrant-crate
vagrant up
- Vagrant make take some time to setup your virtual machine
- Once everything is up, you will have Crate running on localhost:4200 (http://127.0.0.1:4200/admin)