This lets Craig use Vagrant and Puppet to set up VirtualBox for WordPress development.
cd ~/Source
git clone https://github.com/vandahm/craigotron.git wordpress
cd wordpress
vagrant up
vagrant reload
cd ~/Source/wordpress
bin/new rockthevogt.dev # Or whatever your site will be called.
vagrant provision
Username and password are always the same:
- Username:
vagrant
- Password:
vagrant
If your sitename is rockthevogt.dev
or www.rockthevogt.dev
, then your database name is rockthevogt
.
You need to add entries to your /etc/hosts
file. For instance:
192.168.90.131 rockthevogt.dev www.rockthevogt.dev
I got almost all of the Puppet stuff from manifests generated by PuPHPpet.