Preparation scripts for for xenial-pho Vagrant box.
Download and install Vagrant. Then:
vagrant init phonetworks/xenial-pho
vagrant up
The dpkg and rpm package sources under the src/ folder have not been checked, and are not guaranteed to work. The Vagrant box is built for, and guaranteed to work with Ubuntu 16.04 only.
After every modification, the following should be run to make sure the box is clean:
sudo apt-get clean
rm ~/.rediscli_history
rm ~/.neo4j/.neo4j_history
rm ~/.php_history
sudo dd if=/dev/zero of=/EMPTY bs=1M
sudo rm -f /EMPTY
cat /dev/null > ~/.bash_history && history -c && exit
MIT, see LICENSE.