ISPConfig Installation

Discussion in 'Installation/Configuration' started by kisong, Oct 13, 2005.

  1. kisong

    kisong New Member

    Where do I get the installation files for ISPConfig?

    I used "The Perfect Setup Fedora Core 4" instructions to do a clean install of Fedora Core 4, but I am now a little lost as to how and where to install ISPConfig.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. kisong

    kisong New Member

    Re:

    The only problem is that there is no instruction in that installation manual on how to download/install the package.

    Here are the first 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
    **********************************

    Where is the ISPConfig-archive?

     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    On the downloads page i posted above.

    http://www.ispconfig.org/downloads.htm

    If you open the site in the webbrowser, there is a line:

    When you click on download, you will be redirected to the sourceforge site where you can select a download mirror near your location.

    At the bottom of thsi post you will find instructions on how to download software with wget:

    http://www.howtoforge.com/forums/showpost.php?p=4110&postcount=18
     
  5. kisong

    kisong New Member

    Re:

    Thanks, Till.

    Now I've run into a different issue.

    I ran through the install, and at the point where I needed to type in my mySQL password, I didn't enter it correctly, so the install stopped. I ran through the instructions of removing the install_ispconfig directory, the unpackaged it again, and reran the ./start program.

    However, at this point, it didn't ask me for my mySQL password, and it just said: Intall Succeeded/Completed. Subsequently, it didn't ask me for the following steps:

    **************************************
    Afterwards the following information has to be provided:

    Please enter your MySQL server: E.G. localhost
    Please enter your MySQL user: E.G. root
    Please enter your MySQL password: Your MySQL password
    Please enter a name for the ISPConfig database: E.g. ispconfigdb
    Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1
    Please enter the host name: E.g. www
    Please enter the domain: E.g. xyz.de
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system: If you want to use your control panel with SSL, select 1. You can then access it under https://www.xyz.de:81. If you want to access it under http://www.xyz.de:81, choose 2.
    *********************************************

    How can I enter/reenter these values?



     
  6. falko

    falko Super Moderator ISPConfig Developer

    Run
    Code:
    rm -fr /root/ispconfig
    and
    Code:
    rm -fr /home/admispconfig
    and then try to install again.
     
  7. kisong

    kisong New Member

    Re:

    Great ... worked perfectly! Thanks.

    :D
     

Share This Page