Adds WordCamp support to Chassis
This is based on meta-environment by the WordPress #meta team and community.
-
Clone chassis
wordcamp-devbygit clone --recursive https://github.com/Chassis/Chassis wordcamp-dev. -
Clone
config.yamlintocontentfolder bygit clone https://github.com/stuartshields/chassis-wordcamp-config.git wordcamp-dev/content -
Add the following to your
hostsfile10.86.73.70 wordcamp.dev10.86.73.70 central.wordcamp.dev10.86.73.70 2014.new-site.wordcamp.dev10.86.73.70 2014.content.wordcamp.dev10.86.73.70 2014.misc.wordcamp.dev10.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/contentfolder -
vagrant sshinto 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 Addressadd 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 Addressrename it to something like2017.aucklandand clickSave Changes - Add the new site to your
hostsfiles.
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