Skip to content
README.md 594 B
Newer Older
pierreozoux's avatar
pierreozoux committed
## Prerequisites to work on this project:
- [vagrant](http://www.vagrantup.com/)
- [virtualbox](https://www.virtualbox.org/)
- optional: [vagrant-hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)
  - run `vagrant plugin install vagrant-hostsupdater` to install
pierreozoux's avatar
pierreozoux committed

## Get started:

```bash
vagrant up
```

Michiel de Jong's avatar
Michiel de Jong committed
Wait for the provisioning to finish (~40mins), and go to your browser: http://coreos.dev
pierreozoux's avatar
pierreozoux committed

### If you want to add another wordpress instance:
pierreozoux's avatar
pierreozoux committed
```bash
vagrant ssh
sudo sh /data/infrastructure/scripts/adduser.sh example.dev wordpress
pierreozoux's avatar
pierreozoux committed
```
Check http://example.dev in your bowser!