Skip to content

Commit 1a0b514

Browse files
committed
Updated the Debian installation instructions.
1 parent 2b849ba commit 1a0b514

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/INSTALL_DEBIAN_5.0_courier_mydns.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ vi /etc/hosts
2323
127.0.0.1 localhost.localdomain localhost
2424
192.168.0.100 ispconfig.example.com ispconfig
2525

26+
# Run:
27+
28+
/etc/init.d/hostname.sh
29+
30+
# enable the Debian volaitile repository to get a newer clamav version
31+
32+
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
33+
apt-get update
2634

2735

2836
# Some optional choices

docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ vi /etc/hosts
2626

2727
/etc/init.d/hostname.sh
2828

29+
# enable the Debian volaitile repository to get a newer clamav version
30+
31+
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
32+
apt-get update
33+
2934
# Some optional choices
3035

3136
opt0.1) Optionally install SSH-server to get remote shell

docs/INSTALL_DEBIAN_5.0_multiserver.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Installing the webserver
88
apt-get install mysql-server
99
apt-get install apache2 apache2.2-common apache2-doc apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapache2-mod-php5 php5 php5-common php5-gd php5-mysql php5-imap phpmyadmin php5-cli php5-cgi libapache2-mod-fcgid apache2-suexec php-pear php-auth php5-mcrypt mcrypt php5-imagick imagemagick libapache2-mod-suphp
1010

11+
a2enmod suexec rewrite ssl actions include
12+
1113
apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
1214

1315
vi /etc/default/pure-ftpd-common

0 commit comments

Comments
 (0)