ispconfig installation on redhat 9

Discussion in 'Installation/Configuration' started by arya6000, Nov 26, 2005.

  1. arya6000

    arya6000 New Member

    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:

    Code:
     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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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:

    Code:
       if [ -n '$version' ]; then
         version=`cat /etc/redhat-release | cut -f3 -d' '`
       fi
    3) execute the setup script as described in the installation instructions.
     
  3. falko

    falko Super Moderator Howtoforge Staff

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

    arya6000 New Member

    Thanks, can you also tell me if I need PHP5 in order for the install script to work or PHP4 is fine?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig has its own PHP for the controlpanel. Its not nescessary that you have a commandline PHP on your server.
     

Share This Page