Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chassis/vip_classic
https://github.com/chassis/vip_classic
chassis chassis-extension vagrant vip vip-quickstart wordpress
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chassis/vip_classic
- Owner: Chassis
- Created: 2017-03-13T23:10:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:58:28.000Z (over 4 years ago)
- Last Synced: 2024-11-09T14:37:05.438Z (3 months ago)
- Topics: chassis, chassis-extension, vagrant, vip, vip-quickstart, wordpress
- Language: HTML
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIP Classic Beta
This is currently in Beta, this has been tested however check the Things to do list below.
Adds VIP support to Chassis.
With VIP Quickstart by Automattic now deprecated, this project is set up to take over community involvement.
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. Change 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. `vagrant up`
5. `git clone https://github.com/Chassis/vip_classic.git extensions/vip_classic` (This step is important)
6. `vagrant provision`Note: Have a look at the Chassis documentation on [Custom Host Names](http://docs.chassis.io/en/latest/config/#custom-host-names) if you need to change the domain.
### Things to do
1. Add Concatenation support
2. Add more items to list### 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](https://wordpress.org/plugins/wordpress-mu-domain-mapping/) plugin if you require top level domains.
### Adding additional extensions
It's recommended that you install the following Chassis extensions
[Imagick](https://github.com/Chassis/Imagick)
[PHPCS & WPCS](https://github.com/Chassis/phpcs)
[Memcache](https://github.com/Chassis/memcache)
[VIP Debugging](https://github.com/stuartshields/vip-debugging)
Once all extensions are added you can now `vagrant provision`