-
Notifications
You must be signed in to change notification settings - Fork 57
Using Chassis to develop HelpHub
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 -
Run
grunt -
Run
cd .. -
Run
vagrant up -
Copy this config.local.yaml configuration file in the chassis-helphub folder.
-
Create a new
custom.inifile in thewp-contentdirectory and addallow_url_include = Onon a line of its own. -
Run
vagrant up --provision -
Visit
http://helphub.local/phpinfo.phpto confirmallow_url_fopenandallow_url_includeare bothOn -
Login via
http://helphub.local/wp/wp-login.phpusingadminandpassword💥 -
Activate the bbPress plugin.
-
Activate the Support HelpHub plugin.
-
Activate the WordPress.org Support theme.
-
Under
Settings -> Permalinksin the dashboard, change to the "Post Name" option and save changes. -
Open
http://helphub.local.At this point you will have something like this: https://cloudup.com/iiHKmB0XGvF -
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 😄