The Ultimate WP MultiUser Install - The Easy Way (Biz) - With NGINX!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EddyTheDog
    Just Doing My Own Thing
    • Jan 2011
    • 25433

    #1

    The Ultimate WP MultiUser Install - The Easy Way (Biz) - With NGINX!!

    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/



    .
    .
    .
    Last edited by EddyTheDog; 04-02-2014, 04:02 PM.
  • EddyTheDog
    Just Doing My Own Thing
    • Jan 2011
    • 25433

    #2
    Somebody bump this in the morning - I never had good timing...

    Comment

    • EddyTheDog
      Just Doing My Own Thing
      • Jan 2011
      • 25433

      #3
      Biz Ump...

      Comment

      • Mediamix
        Dutch Webmaster!
        • Sep 2013
        • 3228

        #4
        Nice!
        Sig too big

        Comment

        • EddyTheDog
          Just Doing My Own Thing
          • Jan 2011
          • 25433

          #5
          I worked hard on this post - I think...

          Comment

          • DamianJ
            Too lazy to set a custom title
            • Jul 2006
            • 15808

            #6
            Originally posted by EddyTheDog
            I worked hard on this ref link spam - I think...
            fixed your typo

            Comment

            • EddyTheDog
              Just Doing My Own Thing
              • Jan 2011
              • 25433

              #7
              Originally posted by DamianJ
              fixed your typo
              I thought about doing it without the ref links - I normally do as you know...

              Then I remembered what I do for a living - The same as most people on here.....

              Comment

              • candyflip
                Carpe Visio
                • Jul 2002
                • 43069

                #8
                Isn't this just copy pasted from their Knowledgebase?

                Spend you some brain.
                Email Me

                Comment

                • EddyTheDog
                  Just Doing My Own Thing
                  • Jan 2011
                  • 25433

                  #9
                  Originally posted by candyflip
                  Isn't this just copy pasted from their Knowledgebase?
                  No, I was drunk and writing this seemed like a good idea...

                  I don't think they have this info in their knowledge base.....

                  Comment

                  • fris
                    Too lazy to set a custom title
                    • Aug 2002
                    • 55704

                    #10
                    ive setup multisite on nginx and apache both with multiple domains across multiple ips to the same network install
                    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                    Comment

                    • Klen
                      • Aug 2006
                      • 32234

                      #11
                      Originally posted by fris
                      ive setup multisite on nginx and apache both with multiple domains across multiple ips to the same network install
                      Do you know how to setup nginx regex on different directory which is not main domain?
                      I have a code which works fine if wordpress is installed on domain root,but when i put same code on domain where is installed in /blog directory,it's not working.Tried to pull same way as i set password for different directories,but that didn't work.

                      Comment

                      • jigg
                        Confirmed User
                        • Feb 2002
                        • 2527

                        #12
                        thanks might give it a shot
                        ive never been able to get multi site to work
                        ......
                        eight,eight,two,eight,eight,four,two
                        ......

                        Comment

                        • fris
                          Too lazy to set a custom title
                          • Aug 2002
                          • 55704

                          #13
                          Originally posted by KlenTelaris
                          Do you know how to setup nginx regex on different directory which is not main domain?
                          I have a code which works fine if wordpress is installed on domain root,but when i put same code on domain where is installed in /blog directory,it's not working.Tried to pull same way as i set password for different directories,but that didn't work.
                          try this

                          https://rtcamp.com/wordpress-nginx/t...-subdirectory/
                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                          Comment

                          • anexsia
                            Confirmed User
                            • May 2010
                            • 5735

                            #14
                            I've been using Webmin/Virtualmin to manage my VPS installs...and playing around with VestaCP

                            Comment

                            Working...