- Add craft.local to /etc/hosts on Mac
- Clone the repo
- Run vagrant up in terminal window
- Once vagrant is up run vagrant ssh in separate terminal window
- Create MySQL database for craft
- Go to vagrant directory (/vagrant) and change file permissions for config/, storage/, and web/cpresources to 777
- Change permissions for craft bash script file to 744
- Run ./craft setup and follow the instructions to set up the craft installation
- Go to http://craft.local:4567 (if 500/internal server error, double check permissions on storage folder and sub folders)
- Enable auto rsync by running vagrant rsync-auto in the first terminal window where you ran vagrant up