Installing Virtualmin GPL using install script on Debian Etch
Last Updated on Tuesday, 02 February 2010 23:44 Written by Joe Aldeguer Thursday, 08 January 2009 15:52
| Article Index |
|---|
| Installing Virtualmin GPL using install script on Debian Etch |
| Installing additional packages |
| Running install script |
| Connecting to Webmin |
| Change webmin admin account |
| All Pages |
Wouldn't it be nice if you could have complete control of your own web server and not have to pay for hosting fees or expensive server licenses. Have you ever wondered what would it take to run your own web server? If you possess a DIY type personality and not afraid of providing your own tech support this guide is for you. If your're still not convince what a free web based virtual hosting can do you can kick the tires here, so to speak.
On a newly installed Debian Etch server I will install Virtualmin GPL using the automated install script. Preparations before using install script:
Disclaimer: There is absolutely no guarantee this will work for you. Created for author's personal use.
Note: Words in italic are commands that need to be typed at shell prompt.
vi /etc/apt/sources.list
Comment out # deb CDROM:
apt-get update
Later on after running Virtualmin's automated install script this will be the contents of sources.list.
deb http://ftp.us.debian.org/debian/ etch main
deb-src http://ftp.us.debian.org/debian/ etch main
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
deb http://software.virtualmin.com/gpl/debian/ virtualmin-etch main


