IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Wordpress + multiple domains + nginx + lucid
Has anyone done this?

A pointer to a decent tutorial would be great. I've found eleventy thousand tutorials, but none of them seems to start with "apt-get install wordpress"... it's all "download the zip file from the wordpress site".

Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New I think drook's your guy.
New Not this time
I use my host's automated installer to get it running.

I don't use nginx.

I've never used WPMU in anger.

Though if I were going to try, I'd use
https://help.ubuntu....mmunity/WordPress
and
http://codex.wordpre.../Create_A_Network

Especially read that second one to see if you really want multi-site, or if you'd rather have multiple individual installs.
--

Drew
New Re: Wordpress + multiple domains + nginx + lucid
Wordpress? Yes.
Multiple domains? Yes. (Hint: it's easier to just do a completely separate install for each domain.)
NGinx? No, but I bet you're smrt enough to figure that part out.
Lucid? Nope, my server's Maverick.

Or........If you don't wanna host it, Mavelous Web Design would be happy to help.
-Mike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Running a Wordpress Cluster now...
I've found it doesn't matter what HTTPD server you use.

You need to use separate installations for the Wordpress for each domain or sub domain. That way its able to be updated automatically by the users of the site... and make WordPress self updating.

Otherwise you'll step on everything "custom" and you'll be stuck updating from the repositories, while you'll be suck waiting for that when a zero day exploit comes along. Since its PHP and its an Application... its not very good combo.

Use a single HTTPD server (nginx or apache or whatever) with vhosts... and then separate installations of WordPress and then MySQL/Postgres.

Careful on the MySQL/Postgres stuff, since there have been specific exploit for PHP4+WP+certain versions of MySQL and PHP5+WP+certain versions of MySQL.
New Adminiscott has a preference for PostGres
You should know that. :-)

Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
New Yes... but...
The "easy setups" are typically made for MySQL.

If he can get Postgres in the mix, it may or may not be available to him, since it requires some additional work.
New I could care less, actually.
My preference for Postgres is for my own development. Things That Just Run can use whatever they like.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Looks like everyone is suggesting separate installs
So not apt-get then I'm guessing.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Sure, just don't do Multi-User
Question is do you want users to be able to update/maintain their own installs, or keep everything under your control and keep everyone on the same version?
--

Drew
New Its as simple as setting up a default install and
replicating it where ever and setting up the vhost to recognize properly...

Its really a very cheap and easy setup.

Apache, if its only one instance, the "default" /var/www/html/ is all you need...

if you setup separate vhosts... minimal settings is really easy.

That way, people can update and maintain thier own install without any problems.


Doing it "apt-get" makes it tough to maintain without stomping on everything and resetting it up every time. Doing it with separate install its almost self maintaining.
New All set, thanks everyone
One install per site, shared MySQL, nginx. Not very hard at all in the end.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Told ya... :P
     Wordpress + multiple domains + nginx + lucid - (malraux) - (12)
         I think drook's your guy. -NT - (Another Scott) - (1)
             Not this time - (drook)
         Re: Wordpress + multiple domains + nginx + lucid - (mvitale)
         Running a Wordpress Cluster now... - (folkert) - (6)
             Adminiscott has a preference for PostGres - (static) - (2)
                 Yes... but... - (folkert)
                 I could care less, actually. - (malraux)
             Looks like everyone is suggesting separate installs - (malraux) - (2)
                 Sure, just don't do Multi-User - (drook)
                 Its as simple as setting up a default install and - (folkert)
         All set, thanks everyone - (malraux) - (1)
             Told ya... :P -NT - (folkert)

Powered by my Gramma!
62 ms