We use this as a boilerplate to get new development projects up and running in seconds.
This is a Vagrant setup with:
- ScotchBox
- Roots Bedrock
- Some simple provision script setup in the Vagrantfile
The reason for this repo is to get a lighter setup than with Trellis.
Download, fork or clone this repo to your local machine, eg
git clone https://github.com/ekandreas/scotch-bedrock thenewproject
Change settings in the two lines of Vagrantfile. eg,
hostname = "thenewproject"
ip = "192.168.33.111"
Run Vagrant!
vagrant up
Ignore the red lines of install messages and missing sendmail!
Browse to your hostname.dev, eg
http://thenewproject.dev
Log in to WordPress with username admin and password admin at /wp/wp-admin, eg
http://thenewproject.dev/wp/wp-admin
admin / admin