Skip to content

vandahm/craigotron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craig-O-Tron WordPress 8000!

This lets Craig use Vagrant and Puppet to set up VirtualBox for WordPress development.

Installation

cd ~/Source
git clone https://github.com/vandahm/craigotron.git wordpress
cd wordpress
vagrant up
vagrant reload

Adding WordPress sites

cd ~/Source/wordpress
bin/new rockthevogt.dev # Or whatever your site will be called.
vagrant provision

MySQL Credentials

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.

It still doesn't work

You need to add entries to your /etc/hosts file. For instance:

192.168.90.131 rockthevogt.dev www.rockthevogt.dev

Credit to Existing Project

I got almost all of the Puppet stuff from manifests generated by PuPHPpet.

About

Vagrant setup for Craig's WordPress development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published