Adds WordCamp support to Chassis
This is based on meta-environment by the WordPress #meta team and community.
-
Clone chassis
wordcamp-dev
bygit clone --recursive https://github.com/Chassis/Chassis wordcamp-dev
. -
Clone
config.yaml
intocontent
folder bygit clone https://github.com/stuartshields/chassis-wordcamp-config.git wordcamp-dev/content
-
Add the following to your
hosts
file10.86.73.70 wordcamp.dev
10.86.73.70 central.wordcamp.dev
10.86.73.70 2014.new-site.wordcamp.dev
10.86.73.70 2014.content.wordcamp.dev
10.86.73.70 2014.misc.wordcamp.dev
10.86.73.70 2014.seattle.wordcamp.dev
-
vagrant up
-
git clone git@github.com:stuartshields/chassis-wordcamp.git extensions/wordcamp
-
vagrant provision
- Depending on your internet connection, this could take a while -
Download the wordcamp_dev.sql into the
vagrant/content
folder -
vagrant ssh
into the box -
cd /vagrant/content
-
wp db import wordcamp_dev.sql
Note: You may receive the following error:
The plugin wordcamp-organizer-nags/wordcamp-organizer-nags.php has been deactivated due to an error: Plugin file does not exist.
You can ignore this error, since the plugin no longer exists in the original repo.
How do I add a new site?
- Visit new site under
Site Address
add the new site i.e:2017-auckland
, complete the other fields with whatever you want and then clickAdd Site
. - Click on the newly created site, under
Site Address
rename it to something like2017.auckland
and clickSave Changes
- Add the new site to your
hosts
files.
Props to tareiking for this.
It's recommended that you install the following Chassis extensions
Once all extensions are added you can now vagrant provision