Skip to content

Commit fdf891a

Browse files
author
fantu
committed
update debian install doc
1 parent 9ce725d commit fdf891a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

INSTALL_DEBIAN_4.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Installation
33

44
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:
55

6+
assign hostname (for example ispconfig)
7+
8+
echo ispconfig.example.com > /etc/hostname
9+
10+
vi /etc/hosts
11+
and add line similar but appropriate:
12+
127.0.0.1 localhost.localdomain localhost
13+
192.168.0.100 ispconfig.example.com ispconfig
14+
615
1) Add the debian volatile repository to the apt sources list:
716

817
vi /etc/apt/sources.list

INSTALL_DEBIAN_LENNY.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Installation
33

44
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:
55

6+
assign hostname (for example ispconfig)
7+
8+
echo ispconfig.example.com > /etc/hostname
9+
10+
vi /etc/hosts
11+
and add line similar but appropriate:
12+
127.0.0.1 localhost.localdomain localhost
13+
192.168.0.100 ispconfig.example.com ispconfig
14+
615
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, ntpdate, rkhunter with the following command line (on one line!):
716

817
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

0 commit comments

Comments
 (0)