Forums / Developer / How to remove demo package
David John
Monday 13 April 2009 3:17:22 pm
I have just downloaded ezpublish CMS into my Linus(Ubuntu) OS. All installed finebut the problem is how to remove the demon package that was installed with it and then download and install a plain package as mentioned in the ez documentation site. I also noticed that when logged into the demo package i could not still see the install tab. I also need help in calling the site without refering to ezpublish directory where the index.php is kept
Łukasz Serwatka
Tuesday 14 April 2009 12:16:28 am
Hi John,
You can take a while and read the tutorial about eZ Publish to learn some basics.http://ez.no/ezpublish/documentation/building_an_ez_publish_site
Did you install eZ Publish in the subdir of your www root dir?
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Tuesday 14 April 2009 3:19:34 pm
Hi Serwatka, Thanks for your response, yes i did install the eZpublish in the www directory. The path is www/ezpublish, but it will be better to have the index.php directly on the www directory instead of the subdirectory. i guess if i change it to www directory then there must be other changes to be made as well at other files. As you can see i am just starting with Ezpublish trying to find my way arround and i did appreciate your help.
Dave
Yannick Komotir
Thursday 16 April 2009 3:58:37 am
Hi, you can't move index.php like this, if you want to change dir, move all files from www/ezpublish to www.
<|- Software Engineer @ eZ Publish developpers -|> @ http://twitter.com/yannixk
Thursday 16 April 2009 12:55:52 pm
Hi Yannick, Thanks for your reply, when i move all file to ` www ` do i still need to make changes to any file that will make references to the new path, from www/ezpublish to www.
Friday 17 April 2009 1:13:28 am
Other alternative solution is to use mod_rewrite and pass all traffic over subdir/index.php if you don't want to move your dir. See apache doc for mod_rewrite.