Skip to content

Using Chassis to develop HelpHub

Stephen Edgar edited this page Oct 25, 2018 · 11 revisions

Install using Chassis http://docs.chassis.io/en/latest/quickstart/

  1. git clone --recursive https://github.com/Chassis/Chassis chassis-helphub

  2. cd chassis-helphub

  3. git clone https://github.com/Kenshino/HelpHub.git wp-content

  4. cd wp-content

  5. Run npm install

  6. Run grunt

  7. Run cd ..

  8. Run vagrant up

  9. Copy this config.local.yaml configuration file in the chassis-helphub folder.

  10. Create a new custom.ini file in the wp-content directory and add allow_url_include = On on a line of its own.

  11. Run vagrant up --provision

  12. Visit http://helphub.local/phpinfo.php to confirm allow_url_fopen and allow_url_include are both On

  13. Login via http://helphub.local/wp/wp-login.php using admin and password 💥

  14. Activate the bbPress plugin.

  15. Activate the Support HelpHub plugin.

  16. Activate the WordPress.org Support theme.

  17. Under Settings -> Permalinks in the dashboard, change to the "Post Name" option and save changes.

  18. Open http://helphub.local.At this point you will have something like this: https://cloudup.com/iiHKmB0XGvF

  19. Follow the import database instructions to import the data

  20. Done, what do you think? If things don't work as you hoped please create an issue, or a pull request 😄

Clone this wiki locally