Your box should initialise and install all the required development tools
## 4. SSH onto box
`vagrant ssh`
---
### Sync Issues
If you get Vagrant errors when mounting synced folder. Installing the VirtualBox Guest Additions can help
`vagrant plugin install vagrant-vbguest`
## 7. Start unison file synching
`vagrant unison-sync-polling`
This will start polling every second your local machine share directory and the directory on the virtual machine and keep them in sync as files change. You may want to do this in another console window as this will stay running until you hit Ctrl+C
- If there is an error mentioning inconsistent state, try deleting the archives:
On Mac OS X, the local files are stored in ~/Library/Application\ Support/Unison you can also create a ~/.unison folder (if it is not already created) so that Unison stores the archives in that location
### Sync Issues
- Run `vagrant unison-cleanup` this will delete the files in the guest machine
- Delete `~/.unison/` key files on host machine
### Sync Issues
- Run `vagrant unison-cleanup` this will delete the files in the guest machine