- Latest version of virtualbox (4.3.10+), latest version of vagrant (1.5.2) Ubuntu's apt is too out of date. Please use the latest versions from Oracle and Vagrant;
- vagrant-vbguest plugin
vagrant plugin install vagrant-vbguest - Working NFS server
apt-get install nfs-kernel-server
See also See also https://github.com/FunnyMonkey/fm-vagrant/blob/streamline/README.md
if you run into any issues with vagrant up or setting up virtualbox or vagrant.
-
Checkout repository
git clone https://github.com/lumenlearning/candela-vagrant.git -
cd candela -
Checkout the candela codebase
git clone https://github.com/lumenlearning/candela.git www/192.168.33.10 -
vagrant up -
Navigate to http://192.168.33.10
-
Follow instructions from candela repo's README.md (this is the repo checked out above and will be found at
www/192.168.33.10/README.md) -
Note that the database name, username, and password are all
wordpress -
Configuration files will be found in
www/192.168.33.10