Super Easy 10-Step WordPress MU Installation Guide and Screencast

November 10, 2009  | 
18 Comments

These installation instructions are broken down into 10 simple steps for your convenience. I’ll be using Version: 2.8.5.2 but there shouldn’t be much variation between the versions for now. When you’re first starting out with WPMU, the trick is to find installation instructions that aren’t three years old (ancient in WordPress years!) and that make sense to you. I remember installing WordPress for the first time and wondering if I just input one wrong value, the whole install could be forever ruined and I may not even know it. Take heart – you can always scrap it and start over. I believe you will find that installing WPMU is as easy, if not easier, than installing single-user WordPress. You won’t have to edit the config file at all. It’s so easy, even a girl can do it! ;)

1 Download WPMU from http://mu.wordpress.org/download/ and unpack it.

2 If you want your WPMU installation in a subdirectory then rename the “wordpress-mu” folder to whatever you want. Upload the entire folder to your server. If you want your installation directly on the root then don’t worry about the folder. Simply upload all of the files inside (not the directory itself) to your server.

3 Create a MySQL database for WordPress MU on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. (The screencast below has more detailed instructions on how to do this.)

4 Navigate to index.php at your domain and you will be presented with the install script:

http://example.com/index.php { Root Installation }
http://example.com/subdirectory/index.php { Subdirectory Installation }

You will see something like this:

wpmuinstall

5 Delete your .htaccess file and change permissions on the public_html and wp-content directories. If you’re using FileZilla for FireFTP or similar, just right click on the folders and check all the boxes to change to 777.

6 Select whether you want the blog addresses for the install to be subdomains or subdirectories. If you want subdomains you will need to ask your host to enable Wildcard DNS records for your site. Subdirectories do not require this. You won’t be able to change your choice later so do a little research to see what will be best for you.

wildcard
subdirectory

7 Fill in your database name, username, and database password, as requested. You’ll probably want to leave database host as it is. Fill in your server address without any ‘www’s. Name your blog site and add your email.

dbdetails

8 If all goes well, you should see this happy screen reminding you to reset your directory permissions to 755:

success

9 Copy the password it generates for you and login. Immediately change your password to something better that you’ll remember.

10 You’re finished! Your site should be fully installed now. It will display the default theme and will look something like this:

defaultdesign

At some point you’ll want to go to Site Admin >> Options and enable blog and user registrations. You may also want to test out creating a new blog by clicking on Site Admin >> Blogs >> Add a Blog. That will help you determine if your wildcard DNS is working, if you selected that option. Install a theme (please don’t be a ghost town installation!), add plugins, and start building your community. Once you get the hang of installing WPMU, you’ll be able to do it in under five minutes. I’ve created this short screencast that will essentially hold your hand for the entire process.

Our next Easy Install tutorial will cover how to get started with BuddyPress. Installing WPMU should now be the least of your worries. Bookmark this guide in case you need it again.

Extra Resources:

I’ve left out most of the troubleshooting instructions. If something goes sour with your database, PHP configuration, mod_rewrite, or other things that ought to be working, it probably means you have crappy hosting. You can find tips for fixing these things here:
http://codex.wordpress.org/Installing_WPMU

Need help deciding between a Subdomain or a Subdirectory Installation? Check out some SEO info here:
http://www.gottaquirk.com/2009/05/27/subdomains-vs-subdirectories-part-2/

Another Excellent Installation Screencast:
http://wpmudev.org/getting-started-with-wpmu/

Featured Plugin - WordPress + Google Maps = Perfect

Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more

Featured Plugin - Turn any WordPress page into a fully featured wiki!

To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more

Featured Plugin - Open an Online Store with MarketPress

Out of all the WordPress ecommerce plugins available, this has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more

Featured Plugin - Add bottom corner (or anywhere else) chat to your site

No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more

Featured Plugin - Every great SEO tweak you need, in one snazzy bundle

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more

Featured Plugin - Start Your Own Powerful Membership Site

If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more

Featured Plugin - Host sites, get paid, just like WordPress.com

If you've ever wondered how you could offer a paid site management and hosting service, then this is the plugin for you. Offer a freemium or paid service, for any niche you like, it's powered Edublogs.org to success already!
Find out more

Featured Plugin - Easily integrate your WordPress site with Facebook

Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more

Featured Plugin - Start your own Quora / StackOverflow / Yahoo Q&A site

It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more

18 Responses to Super Easy 10-Step WordPress MU Installation Guide and Screencast

  1. Works for me when I click on the link in the post. .. but when I click on your link in the comments it doesn’t because of the ) end parenthesis.

  2. Pingback: Tutorial: Wordpress Mu Installation Guid… | Wordpress Lesezeichen

  3. Pingback: Super Easy 10-Step WordPress MU Installation Guide and Screencast – WordPress MU and BuddyPress plugins, themes, support, tips and how to’s « amelia a earhart

  4. Really useful and informative post – cleared a few things up for me – Thanks

  5. Hello,

    Thank you for making this guide. I am having trouble with the step #4 area. My problem is that after uploading the files and making a database, when I try to navigate to the index.php area it does not work. Instead of it working as your guide says it will, I get the following message:

    “There doesn’t seem to be a wp-config.php file. I need this before we can get started.”

    Now if I understand things correctly this is absolutely the wrong message to be getting because the page that is supposed to come up is the one where I create the config file, right? I am lost as to what to do. I have tried this many different times and many different ways and always have the same problem.

    Any help would be greatly appreciated. Thanks,

    Aaron

  6. Did you change the write permissions on the folder housing your instllation? Make sure to set them to 777 or 755. Are you putting it directly on the root?

  7. The permissions are set to 755 and I am not putting it directly on the root. I am putting it on a sub-directory.

    Thanks for your quick response to my initial question! :-)

  8. HI Sarah,

    Thanks for the guide. I found it invaluable.

    I had the same issue as Aaron with the config file. I was installing WPMU as a subfolder with another single WP running called http://www.domesticallyemployed.com. I found this WPMU hack did the trick:
    http://wpmututorials.com/installation2/installing-in-a-subfolder/

    Dave

  9. Pingback: Mikima » Blog Archive » Super Easy 10-Step WordPress MU Installation Guide and Screencast – WordPress MU and BuddyPress plugins, themes, support, tips and how to’s

  10. Helpful and useful post – thanks.

    I remember the days of having to input all the variables by hand. Thank God those days are over now (for the most part) when installing scripts on websites.

    Alex

  11. thanks. this guide was really helpful – do you know of any guides on what to do after the install – what are the things I need to know about when setting up my first wordpressmu blog. I am new to WPMU and feeling a little lost.

  12. i just get this :( Fatal error: Call to undefined function wp_die() in /home/munchte1/public_html/thetechbox.com/wp-includes/wp-db.php on line 1147

  13. @ Aaron:

    I don’t know if you read this but hopefully..
    This error is because a connection to the database was not possible. Check your host, database, username and password. And make sure you have permissions.
    I made a local installation and had to point out my sock.tmp to make it work. I.e. Host: localhost:/tmp/mysql.sock

    Hope this helps!

  14. Pingback: 12 Amazing Buddypress Themes and Getting Started Guides - Speckyboy Design Magazine

  15. Thanks for this excellent guide!!!!! I can’t believe how wrong the WordPress MU Codex instructions are for installation, when it’s really quite simple. Brava!

    And you’re right – even THIS girl could do it.

  16. Thanks for a fantastic article! It makes the installation of MU a breeze.

  17. Pingback: 12 Adet Budy press teması ve kullanma yöntemi | Web design source

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting