Skip to content

stuartshields/chassis-vip-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIP Deprecated

VIP QUICKSTART is no longer being maintained by Automattic. Please use chassis-vip-classic for the new setup.

Adds VIP support to Chassis.

This is based on vip-quickstart by Automattic.

We only support PHP 7+ due to WP.com websites being upgraded to PHP 7 recently.

Installing & Documentation

  1. Clone chassis i.e: git clone --recursive https://github.com/Chassis/Chassis chassis
  2. CD into the directory cd chassis
  3. Clone config.yaml into the content folder i.e: git clone https://github.com/stuartshields/vip-config.git content
  4. Add 10.86.73.80 vip.local to your hosts file and any additional domains you need, use the same IP Address
  5. vagrant up
  6. git clone [email protected]:stuartshields/chassis-vip.git extensions/vip
  7. vagrant provision - Depending on your internet connection, this could take a while as we need to download over 300MB in files.

Updating Domain Information

You'll need to update the hosts setup before provisioning. Only add top-level domains.

After the provision has finished, go to Network Admin > Sites and add the subdomains.

Download the mu domain mapping plugin if you require top level domains.

Adding additional extensions

It's recommended that you install the following Chassis extensions

Imagick

PHPCS & WPCS

Memcache

Debugging

Once all extensions are added you can now vagrant provision

Releases

No releases published

Packages

No packages published