This is a way to install WP MultiUser on a
DigitalOcean Ubuntu server on NGINX - It's a difficult process to say the least without some help - I spent many, many hours working it out, then found this...
This is not your average Apache, CPanel, Softaculous install.....
Start an 'Ubuntu 12.04.3' droplet with the
DigitalOcean control panel...
Set the DNS as appropriate - There is loads of help on the site if you are new to to DigItalOcean - It's so simple on the
DO control panel that even I can do it.....
Log in with Putty or similar with the details that will be sent to your email in less than one minute...
-----
They are the basic steps to set up a VPS server on
DigitalOcean - Next comes the clever bit.....
-----
Copy and paste this line by line into Putty...
Code:
curl -sL rt.cx/ee | sudo bash
ee system install
ee site create yourdomain.com --wpsubdom --wpfc
You now have a fully installed WordPress MU instance on NGINX - It's set up with a few critical plug-ins as well.....
-----
If you already know the
DO control panel then you can get a new domain up and running WP MultiUser on NGINX in a few minutes - Amazing...
EDIT: It's a subdomain install - More info can be found here BTW -
https://rtcamp.com/easyengine/
.
.
.