Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Use Multisite Fork #91

Closed
XedinUnknown opened this issue Nov 13, 2018 · 1 comment
Closed

How To Use Multisite Fork #91

XedinUnknown opened this issue Nov 13, 2018 · 1 comment

Comments

@XedinUnknown
Copy link

The documentation says that there is a Pull Request that can be used (I already find that wording weird) to have a multisite environment. However, nothing explains how to achieve that.

@XedinUnknown
Copy link
Author

What worked for me is a slightly modified version of the original installation script - just cloning the form and temporarily switching to the repo directory to checkout the correct branch:

git clone https://github.com/forkriver/WPDistillery && cd WPDistillery && git checkout feature-multisite && cd ../ && mv WPDistillery/Vagrantfile Vagrantfile && mv WPDistillery/wpdistillery wpdistillery2 && rm -rf WPDistillery && mv wpdistillery2 wpdistillery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants