Forums / General / How can I have more than one site with Ez?
Jorge estévez
Thursday 20 May 2004 8:47:09 pm
How can I install more than one site with the ez3.4 installer
Ok, ez brings a fine looking site once installed, How can I duplicate or install another site? so I can have several sites at the same time?
thanks
Diseño Web Cuba Web Design Cuba www.elfosdesign.com
Mark Marsiglio
Wednesday 26 May 2004 6:56:49 am
What operating system are you using? If Windows, are you using the package installer?
http://www.thinkcreative.com Turning Ideas Into Strategic Solutions
Roy Bøhmer
Wednesday 26 May 2004 8:22:26 am
I don't know if you can use the installer several times. The bundled one installs apache, mysql, php etc. in addition to the eZ-files. My guess is its not possible...
What I've done several times is to get a copy of phpMyAdmin (web-interface to mySQL), create a new database manually, and then using the sql-queries provided in /kernel/setup/packages/.../. (you can run them in myphpadmin) Here you also will find the default designs etc. used by the installer.
Next, setup a new siteaccess, which is easiest done by copy a previous one and alter the site.ini. (database-name, design etc) Remember to register the new siteaccess in override/site.ini.php.
Ok, I know this is not what you asked for, but you learn a great lot of eZ doing it :-)