This is the repository for the Wizzie Wizzie website - it is recommended to use vagrant to run and contribute to this project.
- VirtualBox (Download Page)
- Vagrant (Download Page)
$ git clone [email protected]:WizzieWizzie/website.git
$ cd website
$ git submodule update --init --recursive$ vagrant box add debian/jessie643.1 Install the vagrant-vguest plugin as the debian image does not have the virtualbox guest additions installed.
$ vagrant plugin install vagrant-vbguest$ vagrant up