Given a hostname and an IP address the included setup.sh file will create and configure a WordPress Vagrant Server for development purposes.
- Close repository into a folder (e.g. my-new-website)
git clone https://github.com/3VLINC/wordpress-vagrant/ my-new-website
- From the command line move to the my-new-website folder and run
./setup.sh
- Follow the prompts to set the hostname and IP Address, ensuring there are no conflicting IPs in your network
- In your hosts file map the domain name to the IP Address
- Your website should now be accessible in your browser at the hostname you specified
- From the command line move to my-new-website folder and run
vagrant rsync-auto
- Start dev'ing