An open API service indexing awesome lists of open source software.

https://github.com/jonlambert/wordpress-d16-deployment


https://github.com/jonlambert/wordpress-d16-deployment

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# D16 Deployment
This process will provision and install everything you need to develop for D16.

Prerequisites:
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - Free virtual machine manager
- [Vagrant](https://www.vagrantup.com/downloads.html) - The software that provisions the VM

Installation:

1. [Download this repository](https://github.com/jonlambert/WordPress-D16-Deployment/archive/master.zip)
2. `$ cd `
3. Run the following code:
```bash
vagrant up && bash install.sh
```

To re-install the virtual machine and grab a fresh version of the codebase (which you can do at any point!), run the following command:
```bash
vagrant destroy -f && vagrant up && bash install.sh
```