How to set up ISPConfig without internet connection

Discussion in 'General' started by Mazak, Jun 26, 2006.

  1. Mazak

    Mazak New Member

    Is it possible?
     
  2. mphayesuk

    mphayesuk Member HowtoForge Supporter

    ISPConfig is designed to be a hosting service and so would need an internet connection. However I do have a test system setup on my laptop that I do not use with an internet connection. You will have a bit of trouble downloading anyupdates for the system ect... but if you follow the install guides by falko you will be able to install a system. If you wanted to create sites without an internet connection all you need to do is add the domain name for the site into your hosts file.

    Thanks
     
  3. Mazak

    Mazak New Member

    Can you point me the link to falko's guide?

    I understand that ISPconfig need to be downloaded.

    My test server do not have a internet connection. Can I burn ISPConfig into a CD and install from there?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The Howtos are all listed on the ISPConfig documentation page:

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

    Yes.
     
  5. Mazak

    Mazak New Member

    May I know the command to install ISPconfig from the CD?

    I tried apt-get install ISPConfig but can't

    Tried tar xvfz ISPConfig*.tar.gz too but it say no such file or directory
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please have a look here:

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

    It makes no difference if you install ISPConfig from CD or lan, copy the ISPConfig*.tar.gz file to your /tmp directory and follow the installation instructions from the installation manual.
     
  7. Mazak

    Mazak New Member

    Still can't

    root@server1:/cdrom# copy ISPConfig-2.2.3.tar.gz /tmp
    -bash: copy: command not found
    CD is in.
     
  8. vpns2000

    vpns2000 Member

    Hello,

    make
    Code:
    cd /media/cdrom
    cp ISPConfig-2.2.3.tar.gz /tmp
    cd /tmp
    tar xzf ISPConfig-2.2.3.tar.gz
    cd install-ispconfig
    ./setup
    
    Thats it
     
  9. Mazak

    Mazak New Member

    Hello,

    I followed your commands and got this

    root@server1:~# cd /media/cdrom
    root@server1:/media/cdrom# cp ISPConfig-2.2.3.tar.gz /tmp
    cp: cannot stat `ISPConfig-2.2.3.tar.gz': No such file or directory
    root@server1:/media/cdrom#

    Verify that the name is correct....why still can't work :(
     
  10. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    cd /media/cdrom
    ls -la
    ? Make sure your CD is mounted.
     
  11. Mazak

    Mazak New Member

    thank you so much

    I'm so dumb I did not know I need to mount the cdrom thanks!

    I'm installing now
     

Share This Page