https://github.com/jonlambert/wordpress-d16-deployment
https://github.com/jonlambert/wordpress-d16-deployment
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonlambert/wordpress-d16-deployment
- Owner: jonlambert
- Created: 2015-06-23T12:37:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T10:48:11.000Z (about 11 years ago)
- Last Synced: 2025-09-11T19:56:35.385Z (10 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```