Wizzie Wizzie Website This is the repository for the Wizzie Wizzie website - it is recommended to use vagrant to run and contribute to this project. 1. Install the dependencies if you do not already have them VirtualBox (Download Page) Vagrant (Download Page) 2. Clone this repository into a directory $ git clone git@github.com:WizzieWizzie/website.git $ cd website $ git submodule update --init --recursive 3. Install the Debian base box $ vagrant box add debian/jessie64 3.1 Install the vagrant-vguest plugin as the debian image does not have the virtualbox guest additions installed. $ vagrant plugin install vagrant-vbguest 4. Boot the VM - provisioning may take some time: $ vagrant up 5. Visit the site - http://localhost:8080/