- Download Grav
- Extract everything other than the user directory into the public directory
- Open the repository in Terminal/Command Prompt
- Run
vagrant up - Ssh into the virtual machine. IP:
127.0.0.1Port:2222Username:vagrantPassword:vagrant - Navigate to the web root
cd /var/www/public - Install Grav
./bin/grav install
You can start the virtual machine by running vagrant up and stop it with vagrant halt. The webserver is accessible by navigating to http://192.168.33.10/ in your browser.
The files that contain the content are located inside the /public/user directory. Those are the only files that should be edited, as those are the ones stored in GitHub.