https://github.com/ntwb/chassis-wporg-support
https://github.com/ntwb/chassis-wporg-support
chassis chassis-config vagrant wordpress
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwb/chassis-wporg-support
- Owner: ntwb
- Created: 2017-02-10T07:21:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T09:37:39.000Z (about 8 years ago)
- Last Synced: 2025-02-10T12:21:18.851Z (3 months ago)
- Topics: chassis, chassis-config, vagrant, wordpress
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Support Forums Extension Beta
Adds WordPress Support Forums support to ChassisThis is based on [meta-environment](https://github.com/WordPress/meta-environment) by the WordPress [#meta team](https://make.wordpress.org/meta/handbook/) and community.
## Installing & Documentation
1. Clone `chassis` by `git clone --recursive [email protected]:Chassis/Chassis.git wporg-support`.
2. Change to the `wporg-support` folder by `cd wporg-support`
3. Clone `chassis-wporg-support` by `git clone [email protected]:ntwb/chassis-wporg-support.git content`.
4. `vagrant up`
5. Clone `chassis-wporg-support-extension` by `git clone [email protected]:ntwb/chassis-wporg-support-extension.git extensions/wporg-support`
6. `vagrant provision` - Depending on your internet connection, this could take a whileDone!
### Adding additional extensions
It's recommended that you install the following Chassis extensions[PHPCS & WPCS](https://github.com/Chassis/phpcs)
[Memcache](https://github.com/Chassis/memcache)
[Debugging](https://github.com/Chassis/Debugging)
Once all extensions are added you can now `vagrant provision`