LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I download ISPConfig to my Ubuntu 7.10 server (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-download-ispconfig-to-my-ubuntu-7-10-server-601870/)

Bob Pearson 11-23-2007 07:21 AM

How do I download ISPConfig to my Ubuntu 7.10 server
 
Just a bit of further info - the ISPConfig website gives full instructions on how to install it, but none as how to get it on there in the first place.

acid_kewpie 11-23-2007 07:48 AM

erm... just click the download link on the site. :confused:

Bob Pearson 11-24-2007 07:28 AM

It's a server, there is no mouse to click!
 
Quote:

Originally Posted by acid_kewpie (Post 2968372)
erm... just click the download link on the site. :confused:

It has no GUI and I don't particularly want to install one as it's a security risk. Is there a bash command that allows you to connect to an internet site? I'm going to try a different approach: I've downloaded it to my desktop (also Ubuntu Gutsy) so I'll burn a CD and try to copy from the CD to the server HDD. I don't know how to do that either, but I'm sure I'll figure it out.

acid_kewpie 11-24-2007 07:42 AM

there are many many text browsers, links, lynx, w3m and more. you can also directly grab any web content with wget or curl.

Bob Pearson 11-25-2007 06:45 AM

Problem solved and thanks for help
 
Quote:

Originally Posted by acid_kewpie (Post 2969271)
there are many many text browsers, links, lynx, w3m and more. you can also directly grab any web content with wget or curl.

Thanks for the info, I'll take a look. I solved the problem meanwhile by downloading to my desktop, burning a CD and then copying it to my server HDD.

acid_kewpie 11-25-2007 06:48 AM

ouch... no need to ever burn cd's...

ckennow 02-22-2008 11:18 PM

login as root

cd to the directory you want to download it to

and then...

Code:

wget http://internap.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.21.tar.gz
Then just follow the rest of the directions on ispconfig's installation page.


All times are GMT -5. The time now is 01:05 AM.