HelpHub icon indicating copy to clipboard operation
HelpHub copied to clipboard

Fix installation

Open tomjn opened this issue 7 years ago • 3 comments

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 avatar Feb 06 '18 13:02 tomjn

@tomjn want to submit a PR?

Kenshino avatar Feb 17 '18 08:02 Kenshino

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.

carl-alberto avatar Mar 07 '18 06:03 carl-alberto

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

carl-alberto avatar Mar 07 '18 07:03 carl-alberto