| ispCP Version | 1.0.6 |
|---|---|
| INSTALL Script | 2.1 |
| postinst Script | 1.3 |
| Maintainer | Laurent Declercq (Nuxwin) laurent.declercq@ispcp.net |
| Linux Distros | OpenSuse 11.1 & 11.2 |
| Last Update | 04.08.2010 |
<fc #FF0000>ONLY openSUSE VERSIONS 11.1 and 11.2 ARE CURRENTLY SUPPORTED.</fc>
<fc #FF0000>SUPPORT FOR THESE VERSIONS WILL END WITH ispCP ω 1.0.7.</fc>
<fc #FF0000>ONLY openSUSE 11.3 WILL BE SUPPORTED with ispCP ω 1.0.7.</fc>
There is no must have for a system using ispCP ω. This is only a recommendation:
Penitum III or K6-4 with 500 MHz
512 MB RAM
100 MB disk space (only for install of ispCP ω)
All OpenSuSE 11.1 required packages are listed in ./docs/OpenSuse/opensuse111-packages
All OpenSuSE 11.2 required packages are listed in ./docs/OpenSuse/opensuse112-packages
<fc #FF0000>Your Server has to be configured to use a resolvable fully qualified domain name. Here can you find hoster specific information how to do so.</fc>
For OpenSuse, the “apache2-mod_cband” package has been removed because it is
not available. If you want to use, you must compile it yourself.
Postfix note: Currently, Postfix does not run in a chroot jail.
For ispCP 1.0.6 , we recommend to use OpenSuSE 11.1 due to several issues
related to PHP5.3
First, make sure you are logged in as root.
# cd /usr/local/src # tar xjvf ispcp-omega-1.0.6.tar.bz2
# cd ./ispcp-omega-1.0.6
OpenSuse 11.1 (Recommended for ispCP 1.0.3):
# sh ./docs/OpenSuse/opensuse111-repositories add
OpenSuse 11.2 :
# sh ./docs/OpenSuse/opensuse112-repositories add
Note: For all questions, answer “a” (trust always).
OpenSuse 11.1 (Recommended for ispCP 1.0.6):
# zypper in $(cat ./docs/OpenSuse/opensuse111-packages)
OpenSuse 11.2:
# zypper in $(cat ./docs/OpenSuse/opensuse112-packages)
First, update CPAN:
# cpan CPAN
For OpenSuse 11.1 (Recommended for ispCP 1.0.6):
# cpan $(cat ./docs/OpenSuse/opensuse111-perl-packages)
For OpenSuse 11.2:
# cpan $(cat ./docs/OpenSuse/opensuse112-perl-packages)
Note: every question which is asked in the first run of cpan should be ok to confirm
Check the:
./configs/opensuse/ispcp.conf
and adapt it to your requirements.
# make -f Makefile.opensuse install
# cp -RLv /tmp/ispcp/* /
# rcmysql restart
# mysql_secure_installation
# cp -a /etc/skel /etc/skel.bkp # rm -r /etc/skel && mkdir /etc/skel
# cd /srv/www/ispcp/engine/setup # perl ispcp-setup
# rm -r /etc/skel && mv /etc/skel.bkp /etc/skel
If you get no error, all went good; if you get one, look at http://isp-control.net to solve the problem.
# rm -fR /tmp/ispcp