Forum Moderators: coopster

Message Too Old, No Replies

How to run several nuke sites with only one server

         

ronaeile

8:44 pm on Jul 11, 2004 (gmt 0)

10+ Year Member



I am a newby in the nuke - and web site - world and i have this burning question. How can i run more then one nukephp based websites without running several machines? Any help will be greatly appreciated.

lorax

2:23 pm on Jul 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld ronaeile!
It shouldn't be that hard to do. If by several sites you mean to have them totally seperate (i.e.not sharing data and located at seperate URIs) then it shouldn't be too hard. If the server is your own and you're creating databases manually, give each site it's own database and that should take care of it. Or is there some issue in particular that you're running into?

ronaeile

7:28 pm on Jul 12, 2004 (gmt 0)

10+ Year Member



Thanks for your repley.
The meaning of this is that their not sharing any data and located at seperate URIs.
The server is mine. If I'm correct, there are just a few things i need to do.
1) Create for every website it's own mysql databese.
2) Make sure that the URL's being translate correctly.
Thats all? I don't have to make virtual servers in Apache?
And when i manualy create a new database the nuke.sql script doesn't need adjustments.

Greetz,

Ronald

lorax

2:01 am on Jul 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thats all? I don't have to make virtual servers in Apache?
And when i manualy create a new database the nuke.sql script doesn't need adjustments.

Whoa - hold up there cowboy!

I was under the impression you already had your webspaces setup on the server. If you need help with setting up Apache then you'd better head over to the Apache Forum [webmasterworld.com]. Once you have your websites set up then you can install PHP Nuke for each individual website.

As for the MySQL dbs - get a copy of PHPMyAdmin installed and use that to manage the databases. It'll make management much easier.