Nexology Community
 
     
 
   

Go Back   Nexology Community > Community Zone > PHP, MySQL, CGI, Perl and CF (Linux)

Reply
 
LinkBack Thread Tools Display Modes
Old 03-27-2009, 03:27 AM   #1
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
wordpressMU - serious questions

This is wordpressMU ..

Basically WordPress MU is a wrapper around the core WP code that virtualizes multiple blogs. The code that differs is in some bootstrap files, and administration for multiple blogs and users. It's tough to say exactly what percentage of the total code this comprises, but it'd be safe to say that 95-99% of MU is core WP.

http://mu.wordpress.org/faq/

http://trac.mu.wordpress.org/browser/trunk/README.txt

Firstly, would this sort of thing be acceptable on HN? I wouldn't intend to be running 1000 people but more like 10-20. Absolute definite max 25

If the answer is yes .. then, onto next question

Secondly - It says "If you're not comfortable editing PHP code, taking care of a complex webserver and database system then run, don't walk, and sign yourself and your friends up to free blogs.."

Ok I fail straight away. No, I'm not comfortable. My php editing is confined to altering bits and pieces inside a wp theme (or blogger them) small peanuts, And am I comfortable with complex webserver and db system? I just scrape through with my own

If I decided to advertise for someone who can set this up for me, what would be, in your opinion, a correct rate to pay such a person?
susannad is offline   Reply With Quote
Old 03-27-2009, 04:19 AM   #2
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
on second thoughts - it all looks too hard - and too big
susannad is offline   Reply With Quote
Old 03-27-2009, 10:14 AM   #3
HN Top Canine
 
NexDog's Avatar
 
Join Date: Jan 2002
Location: The Nexus
Posts: 12,997
It's not really. It's meant for people with blog needs but it can still be used on a small scale. It can still run on a shared server and no, you don't need to run a complex webserver. All this stuff is super-easy:

http://trac.mu.wordpress.org/browser/trunk/README.txt

Most of it is set like that anyway. But we can edit settings like ServerAlias for your domain. Just think of it as normal Wordpress with a few extra requirements - all of which we can help you with (do for you).
__________________
Laurence - [HostNexus Administrator]

Follow me on Twitter (the bird demands it)


- Need Support? Quickest reponses are found at the Support Helpdesk!
- Stay in touch! Make sure you are subscribed to our Lists.

IT'S HERE - Nexus 3.0
NexDog is offline   Reply With Quote
Old 03-27-2009, 05:47 PM   #4
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
1. It can still run on a shared server?
(it will be small numbers)

2. You can give a hand with the bits that are beyond me? Like, as you say, ServerAlias ?

3. Can I open a bottle of champagne?

OK my wonderful host - suppose I upload the MU into a domain?
susannad is offline   Reply With Quote
Old 03-28-2009, 12:05 AM   #5
HN Top Canine
 
NexDog's Avatar
 
Join Date: Jan 2002
Location: The Nexus
Posts: 12,997
1) Yep.

2) Yep.

3) Yep, as long as you share.

Just go for it and yell if you need a hand.
__________________
Laurence - [HostNexus Administrator]

Follow me on Twitter (the bird demands it)


- Need Support? Quickest reponses are found at the Support Helpdesk!
- Stay in touch! Make sure you are subscribed to our Lists.

IT'S HERE - Nexus 3.0
NexDog is offline   Reply With Quote
Old 03-28-2009, 04:45 AM   #6
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
OK. Where should I go to ask questions? (meaning "Beg for help")

Should I ask support? I will be doing that when I get to hard parts

But in the meantime - there's on thing that could most probably be answered here though

I have uploaded the WPMU straight into what I believe is called the root directory. (?) No separate directory. It's straight into httpdocs. Now I have a message at mysite/index.php to correct my wp-config.php

Here's the excerpt from my config.php, which I have uploaded, and it reads

........................................


// double check $base
if( $base == 'BASE' )
die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );

.................................................. .......

See what I mean? These things really frazzle me. I didn't think there was another path

Last edited by susannad; 03-28-2009 at 04:46 AM. Reason: my clumsy typos
susannad is offline   Reply With Quote
Old 03-28-2009, 05:25 PM   #7
Moderator
 
MikeMann's Avatar
 
Join Date: Jun 2002
Location: Lancaster, CA
Posts: 7,467
Quote:
Originally Posted by susannad
Here's the excerpt from my config.php, which I have uploaded, and it reads

........................................


// double check $base
if( $base == 'BASE' )
die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );

.................................................. .......

See what I mean? These things really frazzle me. I didn't think there was another path
I would try changing line 38 $base = 'BASE'; to $base = '/'; and see if that helps.

Edit: Working to put together a tutorial for installing WordPress Multiple User.
__________________
Michael Mann
regular user helping out

Simplistic Technologies proudly supports Open Source and Free Software
Help Center 1.1, Affordable priced support items

Read my articles on Associated Content

Last edited by MikeMann; 03-28-2009 at 06:05 PM.
MikeMann is offline   Reply With Quote
Old 03-29-2009, 01:51 AM   #8
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
of course it is - as soon as I saw your post I could have banged myself on the head

A manual would be superb but how much would it be used?
susannad is offline   Reply With Quote
Old 03-29-2009, 02:56 PM   #9
Moderator
 
MikeMann's Avatar
 
Join Date: Jun 2002
Location: Lancaster, CA
Posts: 7,467
Quote:
Originally Posted by susannad View Post
of course it is - as soon as I saw your post I could have banged myself on the head

A manual would be superb but how much would it be used?
If it helps even one person it's worth it to me to write it.

The Install tutorial is now up on the Weblogs page:
Weblogs
__________________
Michael Mann
regular user helping out

Simplistic Technologies proudly supports Open Source and Free Software
Help Center 1.1, Affordable priced support items

Read my articles on Associated Content

Last edited by MikeMann; 03-29-2009 at 05:45 PM.
MikeMann is offline   Reply With Quote
Old 03-30-2009, 06:25 AM   #10
Moderator
 
susannad's Avatar
 
Join Date: Jan 2002
Location: Melbourne.au
Posts: 8,864
I am going to look at it NOW

I had a small breakdown today and shrieked at my computer - if I can do what I have to do by using your tute - I will be most grateful
susannad is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:58 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1
Copyright ©2001 - 2009, HostNexus