HelpHub
HelpHub copied to clipboard
Fix installation
There's no reason to have to empty out a wp-content folder from a fresh install.
Instead, add a provision
folder, and copy the custom site template provisioning files, move everything to a public_html/wp-content
folder, hardcode the domains etc, and the new install instructions would be:
Add this to
vvv-custom.yml
and reprovision:helphub: repo: https://github.com/Kenshino/HelpHub.git hosts: - wordpress.org
Alternatively, copy the custom site template into a new repo, and add a line that does:
rm -r public_html/wp-content
git clone https://github.com/Kenshino/HelpHub.git public_html/wp-content
to provision/vvv-init.sh
@tomjn want to submit a PR?
When I tried following all the new local installation instructions, I encountered an error https://cloudup.com/iGgUEgVct5P
It seems that the bbPress plugin is a requirement? Got rid of the error after installing the said plugin.
It also looks like the widgets need to be setup-ed, there seems to be some styles missing too when I compare it to wp-helphub.com
https://cloudup.com/i7grxitNiy1