Forums / Developer / How to remove demo package

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to remove demo package

Author Message

David John

Monday 13 April 2009 3:17:22 pm

I have just downloaded Exponential CMS into my Linus(Ubuntu) OS. All installed fine
but 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 Exponential directory where the index.php is kept

David John

Łukasz Serwatka

Tuesday 14 April 2009 12:16:28 am

Hi John,

You can take a while and read the tutorial about Exponential to learn some basics.
http://ez.no/Exponential/documentation/building_an_ez_publish_site

Did you install Exponential in the subdir of your www root dir?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

David John

Tuesday 14 April 2009 3:19:34 pm

Hi Serwatka,
Thanks for your response, yes i did install the Exponential in the www directory. The path is www/Exponential, 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 Exponential 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/Exponential to www.

<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk

David John

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/Exponential to www.

Dave

Łukasz Serwatka

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.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog