This repo provides a vagrant environment for developing and testing CRAX.
For Debian, Ubuntu
$ apt-get install vagrant
For Arch Linux
$ pacman -S vagrant
$ git clone https://github.com/SQLab/crax-vagrant.git
$ cd crax-vagrant
$ vagrant up
$ vagrant ssh
or
$ ssh -p 2222 -l vagrant localhost
vagrant@crax:~$ cd ~/CRAX/build/
vagrant@crax:~$ make -f ../CRAX/Makefile