Downloading ISPConfig tar file(s)

Discussion in 'Installation/Configuration' started by ghost709, Jun 14, 2008.

  1. ghost709

    ghost709 New Member

    Hello everyone.

    Just a quick question from a newbie to Linux.

    I am trying to setup "The Perfect Server - Fedora 9" per the Howts and Tutorials page. My goal is to setup a Linux server for students in my HTML and PHP/MySQL classes to be able to test our code on our local network (classroom only) . I have had very little experience with Linux (an operating system introduction class). I have made it to Step 19. I am confused, I have switched to http://www.ispconfig.org/manual_installation.htm where it says to "Unpack the ISPConfig-archive". I receive an err that no such file exists.
    I have used wget to get files from the Web before, but only when I have known the path and filename.
    Can someone provide me with the best method to reteive the required files and where to put them.
    Tahnks again for any help.:confused:
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Code:
    wget http://mesh.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.23.tar.gz
    tar xvfz ISPConfig-2.2.23.tar.gz
     
  3. ghost709

    ghost709 New Member

    Thank you.

    Thank you.:)
     

Share This Page