PDA

View Full Version : ispconfig installation on redhat 9


arya6000
26th November 2005, 21:54
Sorry I posted this in the wrong forum before


I downloaded ispconfig and than I read the instructions to istall it.

Here is the instructions:

Log in to your shell as root.
Unpack the ISPConfig-archive

tar xvfz ISPConfig*.tar.gz

and change to the directory install_ispconfig:

cd install_ispconfig

In this directory please check the file dist.txt and see if the values given there suit to your
Linux installation (they should be suitable for standard installations). If you change any
values please be sure not to change the format of the file.
Then start the setup-script from there:

./setup

After I put ./setup it tells me that the operating system is not supported. If I change it to fedora core 4 will it work?

till
27th November 2005, 10:23
Redhat 9 is supported, it is a ug in the latest installer. To install ISPConfig on your server, please follow these steps:
1) Download and unpack the 42goISP installer tar.gz file

2) Open the file setup1 inside the install_ispconfig directory with an text
editor (vi, joe,...)and delete these three lines:

if [ -n '$version' ]; then
version=`cat /etc/redhat-release | cut -f3 -d' '`
fi

3) execute the setup script as described in the installation instructions.

falko
27th November 2005, 16:22
1) Download and unpack the 42goISP installer tar.gz file

Till meant "unpack the ISPConfig installer tar.gz file".
:)

arya6000
27th November 2005, 17:05
Thanks, can you also tell me if I need PHP5 in order for the install script to work or PHP4 is fine?

till
27th November 2005, 17:10
ISPConfig has its own PHP for the controlpanel. Its not nescessary that you have a commandline PHP on your server.