We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install using Chassis http://docs.chassis.io/en/latest/quickstart/
git clone --recursive https://github.com/Chassis/Chassis chassis-helphub
cd chassis-helphub
git clone https://github.com/Kenshino/HelpHub.git wp-content
cd wp-content
Run npm install
npm install
Run grunt
grunt
Run cd ..
cd ..
Run vagrant up
vagrant up
Copy this config.local.yaml configuration file in the chassis-helphub folder.
Create a new custom.ini file in the wp-content directory and add allow_url_include = On on a line of its own.
custom.ini
wp-content
allow_url_include = On
Run vagrant up --provision
vagrant up --provision
Visit http://helphub.local/phpinfo.php to confirm allow_url_fopen and allow_url_include are both On
http://helphub.local/phpinfo.php
allow_url_fopen
allow_url_include
On
Login via http://helphub.local/wp/wp-login.php using admin and password 💥
http://helphub.local/wp/wp-login.php
admin
password
Activate the bbPress plugin.
Activate the Support HelpHub plugin.
Activate the WordPress.org Support theme.
Under Settings -> Permalinks in the dashboard, change to the "Post Name" option and save changes.
Settings -> Permalinks
Open http://helphub.local.At this point you will have something like this: https://cloudup.com/iiHKmB0XGvF
http://helphub.local
Follow the import database instructions to import the data
Done, what do you think? If things don't work as you hoped please create an issue, or a pull request 😄