From fdf891ae811b1dc0947d31730f629a3de2fee5f9 Mon Sep 17 00:00:00 2001 From: fantu <fantu@ispconfig3> Date: Sat, 20 Dec 2008 12:47:50 -0500 Subject: [PATCH] update debian install doc --- INSTALL_DEBIAN_4.0.txt | 9 +++++++++ INSTALL_DEBIAN_LENNY.txt | 9 +++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt index f432e60..2f1a75b 100644 --- a/INSTALL_DEBIAN_4.0.txt +++ b/INSTALL_DEBIAN_4.0.txt @@ -3,6 +3,15 @@ It is recommended to use a clean (fresh) Debian etch install where you just selected "Standard System" as the package selection during setup. Then follow the steps below to setup your server with ISPConfig 3: +assign hostname (for example ispconfig) + +echo ispconfig.example.com > /etc/hostname + +vi /etc/hosts +and add line similar but appropriate: +127.0.0.1 localhost.localdomain localhost +192.168.0.100 ispconfig.example.com ispconfig + 1) Add the debian volatile repository to the apt sources list: vi /etc/apt/sources.list diff --git a/INSTALL_DEBIAN_LENNY.txt b/INSTALL_DEBIAN_LENNY.txt index d97aeda..bcd75ea 100644 --- a/INSTALL_DEBIAN_LENNY.txt +++ b/INSTALL_DEBIAN_LENNY.txt @@ -3,6 +3,15 @@ It is recommended to use a clean (fresh) Debian etch install where you just selected "Standard System" as the package selection during setup. Then follow the steps below to setup your server with ISPConfig 3: +assign hostname (for example ispconfig) + +echo ispconfig.example.com > /etc/hostname + +vi /etc/hosts +and add line similar but appropriate: +127.0.0.1 localhost.localdomain localhost +192.168.0.100 ispconfig.example.com ispconfig + 1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, ntpdate, rkhunter with the following command line (on one line!): apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 ntp ntpdate rkhunter -- Gitblit v1.9.1