Download and Install ISPConfig

Discussion in 'Installation/Configuration' started by mbascombe, Dec 6, 2007.

  1. mbascombe

    mbascombe Member

    I just finish installing Ubuntu 7.10 perfect server following the instruction to a "T". Anyway I'm now to the point where I need to install ISPConfig but doesn't know what command to use. I downloaded the program onto a CD and try to mount it and try to install from there but it can't find the file. Can anyone help me download it or install it for the CD. I am using Putty
     
  2. daveb

    daveb Member

    putty to your server. su to root.
    Code:
    cd /tmp
    Code:
    wget http://internap.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.18.tar.gz
    Code:
    tar xvfz ISPConfig-2.2.18.tar.gz
    Code:
    cd install_ispconfig
    Code:
    ./setup
    just be sure in steps 7 and 8 of server cert creation to choose "N" no
     
  3. mbascombe

    mbascombe Member

    Thank you. needed that address for wget
     

Share This Page