Nirlog.com

Technology, Life and other stuff that come along…

HowTo Install WordPress MultiUser Edition

February 4th, 2006 by Niranjan Kunwar

What is WordPress MU?

    WordPress MU is multi-user version of the famous WordPress blogging application. It is ideal for people wanting to offer a hosted version of WordPress, but due to its complexity installation and maintainance is not supported in the same manner WordPress is. (You cannot get support on the WordPress support forums.)”

WordPress Multi-User Edition has a pretty active forum but I couldn’t find any installation guide. This is how I installed WordPress MU and I’m presenting a step-by-step installation procedure with screenshots.

The installation was done in CentOS and should be pretty much same in most of the *nix flavors. I’ve used the domain name mu.nirlog.com which was setup internally to capture screenshots for this tutorial. You won’t be able to access it from outside.

1. Create a wildcard entry in your DNS record for *.yourdomain.com to resolve to your server’s IP address.

In Bind DNS Server following two lines should be inserted in the zone file of nirlog.com. The domain for Multi-User Blog would be mu.nirlog.com where users can register their own blog e.g. test.mu.nirlog.com


    mu         IN    A    192.168.1.1
    *.mu    IN    A    192.168.1.1

2. Add a ServerAlias in Apache configuration file for *.yourdomain.com.

In Apache 2.x, configuration add the following line in virtual domain setting:

    ServerAlias *.mu.nirlog.com

3. Get the Wordpress Multi-User Edition from the WordPressMu download site

    wpmu-unstable.tar.gz

4. Make sure you fulfill the requirements (according to WP MU site)
Apart from WordPress Requirements
Apache mod_rewrite - if you had WP installed already with fancy URLs then you should be fine.
Apache FollowSymlinks must be switched on. This will disappear in later releases.

5. Start Installation
Untar wpmu-unstable.tar.gz into your web directory. It’ll create a wpmu-… directory, change that name to wpmu. After this you can basically follow the instructions in your browser.

So, the real steps should go as following:

    tar xvfz wpmu-unstable.tar.gz

Which creates

    wpmu-2006-02-01

Rename it:

    mv wpmu-2006-02-01 wpmu

6. Fix the permissions (not very secure, but won’t work without it)

    chmod 777 wpmu
    chmod 777 wpmu/wp-inst/
    chmod 777 wpmu/wp-inst/wp-content/


You won’t be able to go further without fixing the permission

wordpressmu installation

7. Enable Virtual Server Support by choosing Virtual Server Support: Yes. This will enable the registering users to have a sub domain of their choice.
wordpressmu installation

8. Enter the MySQL Database information and press Submit.
wordpressmu installation

9. Choose a Weblog Title and enter the Email address. Login ID and Password will be sent to this email address.
wordpressmu installation

10. That’s it, you’re done. Check your email for the admin password.
wordpressmu installation

11. Users can browse the site to Login or Create a new blog by themselves
wordpressmu installation

12. User can create a new blog by signing up.
wordpressmu signup

13. A user successfully creates a new blog.
wordpressmu blog

14. This is a newly created blog by the user.
wordpressmu blog

15. User’s admin panel. The user has full control of his blog.
wordpressmu user admin panel

16. Administrator’s admin panel. Administrator can manage all the blogs.
wordpressmu administrator admin panel

This entry was posted on Saturday, February 4th, 2006 at 1:15 am and is filed under Technology, Admin, Blogging, HowTo, Linux/Unix. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Technorati Tags: , , , , , ,

Share and Enjoy:

    Bookmark HowTo Install WordPress MultiUser Edition at del.icio.us    Digg HowTo Install WordPress MultiUser Edition at Digg.com    Bookmark HowTo Install WordPress MultiUser Edition at NewsVine    Bookmark HowTo Install WordPress MultiUser Edition at reddit.com

Related Posts:

31 responses about “HowTo Install WordPress MultiUser Edition”

  1. Ivan Minic said:

    1. Bravo.
    2. Thank you! :)

  2. Lyceum: another WordPress multiuser/multiblog : Nirlog.com said:

    […] A new project called Lyceum is launched. According to the site: "Lyceum is a multi-blog derivative of WordPress, suitable for installations with 2 or 200,000 blogs!" Sounds good! and they’ve a wiki with installation instruction. I’ve previously tried WordpressMu (another wordpress multi-user/multi-blog) and written installation manual HowTo Install WordPress MultiUser Edition. With the WordpressMu I’ve encountered few problems like; uploading files from the write post menu, making it work with multiple languages (e.g Japanese) and the lack of documentation (although they’ve active discussion forum). […]

  3. DigiZen » Blog Archive » Recursos sobre Wordpress MU said:

    […] 1. Instrucciones para instalar WPMU […]

  4. Agustin said:

    Hii.. I just wanna know if there is the traduction to spanish for this WPMU.

  5. kimmy said:

    Hi. Great to know of another person who has installed WordPress MU.
    Please do drop by http://www.wpmuforum.com to help up new users. It is still new but I think the site will take off very soon.

  6. Niranjan Kunwar said:

    Thanks for stopping by Kimmy. I visited the forum and can see you’ve well categorized the topics of discussion. I’ll be visiting time to time and will be happy to help new users.

  7. gourav said:

    How can i On the feature of MOD_rewrite
    in my webhost .

  8. Niranjan Kunwar said:

    Gourav,
    if you have root access to your server, you should uncomment (remove the ‘#’ pound sign) the following line in you apache configuration file “httpd.conf” to load the mod_rewrite module. If you don’t have the root access, you should ask your web hosting company to do so:

    LoadModule rewrite_module modules/mod_rewrite.so

    That’s loading the module and it’s turned on by the wordpress(mu) in “.htaccess” file with following line:

    RewriteEngine On

  9. rahul said:

    i have windows 2003 on my PC. And i want to use wordpress multiuser on my webhost. currently i am using webhost4life as a webhost. But its not supporting Apache webserver. so can u tell me any webhost who is best for me (cheap and best). Which provides me Apache webserver , PHP, mysql , and some good features.

    Thanx
    RAhul

  10. Niranjan Kunwar said:

    Rahul,

    recently WebFaction had been in the news for their excellent home grown web control panel and support for one click installation of applications such as Rails, Django, TurboGears and Zope. The price is also quite cheap.

    I don’t use their service but I was impressed by their control panel demo. You can give it a try.

  11. gourav said:

    Hi
    I am using asmallorange as a webhost.
    I am using the wordpress MU on it.
    But i am facing a new problem. when i am regestering there as a new user and choose a Blog name. They are sending me new login address and password at my mail address. And saying that when I click on that link i will get a new mail to activate my this new user Blog.
    But when i click on this LINK its showing the error “Page can not be displayed”. SO plz help me.

    GOURAV

  12. Niranjan Kunwar said:

    GOURAV,

    how does the link look like? In my case it looked as following:
    http://newblog.yourdomain.com/wp-login.php

    You have to make sure to create a wildcard entry in your DNS record for *.yourdomain.com to resolve to your server’s IP address, which is the first step mentioned in installation process.

  13. gourav said:

    Hi

    Can u tell me the Any theme for wordpress multiuser. I want to change the entire loook of wordpress multiuser. Plz tell me some themes so that i can change the looks of wordpress MU .

  14. Niranjan Kunwar said:

    I haven’t seen any good MU themes but you can check the MU forums. Let me know if you find a good one.

  15. gourav said:

    Hi
    I am using asmallorange as a webhost.
    I am using the wordpress MU on it.
    But i am facing a new problem. when i am regestering there as a new user and choose a Blog name. They are sending me new login address and password at my mail address. And saying that when I click on that link i will get a new mail to activate my this new user Blog.
    But when i click on this LINK its showing the error “Page can not be displayed”.
    this is the link:
    http://amit.mindsolinc.com/gourav/wpmu//wp-activate.php?key=6b8c891cf5914913

    SO plz help me.

    GOURAV

  16. Niranjan Kunwar said:

    There seems to be an extra slash (//) after “wpmu” in the link.
    The link is like this:
    http://amit.mindsolinc.com/gourav/wpmu//wp-activate.php?key=6b8c891cf5914913
    If you remove one slash like this:
    http://amit.mindsolinc.com/gourav/wpmu/wp-activate.php?key=6b8c891cf5914913
    It should work.

  17. Rick said:

    Niranjan,
    Would you install WordpressMU on my GoDaddy.com account for a fee. I’m not very savy on editing code on the server, but would love to give MU a whirl to see what it does.
    Thanks

  18. Niranjan Kunwar said:

    Rick,
    I would be happy to help you. I’ve sent you an email with details. Let me know if you have any queries. The most important thing is that your hosting provider should fulfill the system requirements of wordpress mu.

  19. gourav said:

    Hi

    I am using wordpress mu . Can u tell me how can i use the Trackback feature in wordpress mu.
    Wht it means and how can i use it. Plz tll me with example.

    And second when i m uploading any image its not showing. just a pic sighn with cross is there. but the image is missing.
    Plz help me

  20. gourav said:

    Hi Niranjan

    Plz help me.
    I am using wordpress mu . Can u tell me how can i use the Trackback feature in wordpress mu.
    Wht it means and how can i use it. Plz tll me with example.

    And second when i m uploading any image its not showing. just a pic sighn with cross is there. but the image is missing.
    Plz help me

  21. Niranjan Kunwar said:

    Hi Gourav,

    Login to wordpress –> “Write” –> “Write Post” there should be a “Trackback” box at the bottom. You can include the URLs you want to trackback there.

    As for the image upload, I also had a problem during my installation. Maybe this discussion thread can help you.

  22. gourav said:

    Hi

    I know that where the option of trackback.
    But i dont know that wht URL i should use there. And whts the meaning of Trackback. Can u give me a example.

  23. Niranjan Kunwar said:

    Gourav,

    check if this helps you.

  24. Thorsten´s Blogosphere › wordpress MU - core said:

    […] http://nirlog.com/2006/02/04/howto-install-wordpress-multiuser/  […]

  25. Pazman said:

    Niranjan, are you assisting with installation with the MU?

    Can you install into a subdomain?

    Are the pic uploading issues mentioned within the posts here fixed?

    Can you limit what is seen within the admin section? If so what can be elimated?

    Can you add plugins/themes?

    Can we talk?

  26. Niranjan Kunwar said:

    Hi Pazman,

    I’ve outlined the basic installation steps in the post and if you have any specific questions, either other readers or I’ll try to help. wp mu forum is other good place to go for help.

    Yes, you can install wpmu in subdomain. I didn’t follow up with the pic uploading issues but I think it’s fixed because I’ve seen other sites using the feature. I’m not sure about the admin section limitation but the plugins/themes should be ok.

    Sure, we can talk. You can send me email via contact me

  27. Tabrej said:

    I was trying to install it on my internal IP but it gave me some error.

    Not sure how to fix it.

    Can I install WPMU on shared hosting account?

  28. Scotty Donald’s Web Design Blog BETA* » Installing WordPress Multi User « WordPress Codex said:

    […] HowTo Install WordPress MultiUser Edition - Nirlog.com - Technology, Life and other stuff that come along… WordPress MU, or WordPress Multi UserWordPress MU, or WordPressµ, is the multi-user version of the WordPress blogging application, that allows you to run hundreds of thousands of blogs with a single install of WordPress, and is most famously used for WordPress.com. […]

  29. nanangms said:

    Install WPMU with Controlpanel 11 is easy. Try this …

    If your hosting work with subdomain unlimited and Control Panel 11 your hosting is ready and no need anything again to install WPMU.

    Try this:
    from Controlpanel 11 create subdomain * (This is asterix, your subdomain like *.yourdomain.com)
    Install WPMU and create database.
    Chmod public_html and wpcontent and .htaccess to 777
    continue install WPMU.
    Finish.

    WPMU work 100%. Try my test page (only for test) at http://iklani.co.cc

  30. HowTo Install WordPress MultiUser Edition - Nirlog.com - Technology, Life and other stuff that come along… | TwURLed News (beta) said:

    […] Original […]

  31. Manoj Kumar Bhujabal said:

    It is very. It is very user friendly to use, thank u for this.

Leave a Reply

Powered by WP Hashcash