Vagrant minimal WP
Vagrant scripts to set up WordPress (on Ubuntu Xenial, PHP7, NGINX) and nothing else.
Use this to set up a minimal WordPress (latest version) install, without any additional (development) tools. Assumes you have Vagrant set up and configured.
- Ubuntu 16.04 LTS
- NGINX
- PHP 7
Usage
- Clone this repo into your project folder
- vagrant up
- Edit your hosts file so 'vagrant.dev' connects to 192.168.33.10
- Point your browser to vagrant.dev, and set the site name, user etc
- Happy WordPressing