-
Notifications
You must be signed in to change notification settings - Fork 56
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.ini
file in thewp-content
directory and addallow_url_include = On
on a line of its own. -
Run
vagrant up --provision
-
Visit
http://helphub.local/phpinfo.php
to confirmallow_url_fopen
andallow_url_include
are bothOn
-
Login via
http://helphub.local/wp/wp-login.php
usingadmin
andpassword
💥 -
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. -
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 😄