Roundcube Community Forum

 

NEW Cpanel Installation guide?

Started by Sergio, March 23, 2008, 12:53:06 PM

Previous topic - Next topic

Sergio

Hi,
would you be very kind to tell me where to find a Cpanel installation guide for the Stable Release?

I have found a lot of them and all seems to by a copy of the one at HOSTGEEKZ and all of them shows the same line:
mv -f roundcubemail-0.1-rc1 roundcube

showing that this is an outdated cpanel installation guide.

It would be great if you could have a sticky about Cpanel installation, so we don´t have to hunt for it all over google :)

LeeUmm

It's the exact same thing. The installation doesn't change really. There are a few config options that are different, but that's about it in terms of installing.

houchin

I installed 0.1 stable on Cpanel 11 yesterday, with little hassle once I figured out how to deal with the magic_quotes_gpc issue.

I don't know if other Cpanel systems are this way, but on my webhost, you can put a "php.ini" file in any directory and the server will use those options. So I took the php options out of the .htaccess files and converted them to php.ini format, then put that in the main roundcube and installer directories. Then just created my database and followed the directions as normal.

Things are working fine.

LucasG

Quote from: houchin I installed 0.1 stable on Cpanel 11 yesterday, with little hassle once I figured out how to deal with the magic_quotes_gpc issue.

I don't know if other Cpanel systems are this way, but on my webhost, you can put a "php.ini" file in any directory and the server will use those options. So I took the php options out of the .htaccess files and converted them to php.ini format, then put that in the main roundcube and installer directories. Then just created my database and followed the directions as normal.

Things are working fine.

What issue with magic_quotes_gpc?