Skip to content

Commit 7870327

Browse files
author
jwarnier
committed
Fixed typos in Debian-related documents.
1 parent 5fa5c0b commit 7870327

7 files changed

+91
-95
lines changed

docs/INSTALL_DEBIAN_5.0_courier_mydns.txt

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
Installation
2+
-------------
13

2-
-----------
3-
4-
# It is recommended to use a clean (fresh) Debian lenny install where you just selected "Standard System" as the package selection during
5-
# setup. Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as texteditor, but you ofcourse
4+
# It is recommended to use a clean (fresh) Debian Lenny install where you just selected "Standard System" at the package selection during
5+
# setup (tasksel). Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as text editor, but
66
# you can use whatever you prefer. You should be root for doing all of this.
77

88

@@ -14,7 +14,6 @@
1414
# if not, then we assign a hostname (for example ispconfig):
1515

1616
echo ispconfig.example.com > /etc/hostname
17-
/etc/init.d/hostname.sh
1817

1918
vi /etc/hosts
2019

@@ -27,21 +26,20 @@ vi /etc/hosts
2726

2827
/etc/init.d/hostname.sh
2928

30-
# enable the Debian volaitile repository to get a newer clamav version
29+
# enable the Debian Volatile repository to get an updated ClamAV version
3130

32-
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
31+
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list.d/volatile.list
3332
apt-get update
3433

35-
3634
# Some optional choices
3735

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

40-
apt-get install ssh openssh-server
38+
apt-get install openssh-server
4139

42-
opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from the host.
40+
opt0.2) Optionally, if you are not running inside a virtual machine, you can set server clocksync via NTP. Virtual guests get this from the host.
4341

44-
apt-get install ntp ntpdate
42+
apt-get -y install ntp ntpdate
4543

4644
opt0.3) Optionally if you want vi editor improvement
4745

@@ -81,7 +79,7 @@ to:
8179

8280
/etc/init.d/mysql restart
8381

84-
2) Install Amavisd-new, Spamassassin and Clamav (1 line!):
82+
2) Install Amavisd-new, Spamassassin and ClamAV (1 line!):
8583

8684
apt-get -y install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl sudo
8785

@@ -116,22 +114,22 @@ mkpop3dcert
116114
/etc/init.d/courier-pop-ssl restart
117115

118116

119-
3) Install apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
117+
3) Install Apache, PHP5, PhpMyAdmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
120118

121119
apt-get -y 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 libopenssl-ruby libapache2-mod-ruby
122120

123121

124-
# When phpMyAdmin is asking weather to configure itself automatically, select "Apache2"
122+
# When phpMyAdmin is asking wether to configure itself automatically, select "Apache2"
125123

126124
# Then run the following to enable the Apache modules suexec, rewrite and ssl:
127125

128126
a2enmod suexec rewrite ssl actions include ruby
129127

130-
# If you want to use webdav then run the following to enable the Apache webdav modules:
128+
# If you want to use WebDAV then run the following to enable the Apache webdav modules:
131129

132130
a2enmod dav_fs dav auth_digest
133131

134-
# restart apache before continuing
132+
# restart Apache before continuing
135133

136134
/etc/init.d/apache2 restart
137135

@@ -140,7 +138,7 @@ a2enmod dav_fs dav auth_digest
140138

141139
apt-get -y install pure-ftpd-common pure-ftpd-mysql quota quotatool
142140

143-
# Enable TLS in pureftpd
141+
# Optional: Enable TLS in pureftpd
144142
echo 1 > /etc/pure-ftpd/conf/TLS
145143
mkdir -p /etc/ssl/private/
146144
openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem
@@ -171,7 +169,7 @@ quotacheck -avugm
171169
quotaon -avug
172170

173171

174-
5) Install mydns
172+
5) Install MyDNS
175173

176174
apt-get install g++ libc6 gcc gawk make texinfo libmysqlclient15-dev
177175

@@ -266,12 +264,12 @@ update-rc.d mydns defaults
266264

267265
6) Install vlogger and webalizer
268266

269-
apt-get install vlogger webalizer
267+
apt-get -y install vlogger webalizer
270268

271269

272-
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
270+
7) Install Jailkit (optional, only needed if you want to use chrooting for SSH users)
273271

274-
apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper
272+
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
275273
cd /tmp
276274
wget http://olivier.sessink.nl/jailkit/jailkit-2.11.tar.gz
277275
tar xvfz jailkit-2.11.tar.gz
@@ -284,7 +282,7 @@ rm -rf jailkit-2.11*
284282
8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
285283
More info at: http://www.howtoforge.com/fail2ban_debian_etch
286284

287-
apt-get install fail2ban
285+
apt-get -y install fail2ban
288286

289287
9) Install ISPConfig 3
290288

docs/INSTALL_DEBIAN_5.0_dovecot_bind.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Installation
2-
-----------
2+
-------------
33

4-
# It is recommended to use a clean (fresh) Debian lenny install where you just selected "Standard System" as the package selection during
5-
# setup. Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as texteditor, but you ofcourse
4+
# It is recommended to use a clean (fresh) Debian Lenny install where you just selected "Standard System" at the package selection during
5+
# setup (tasksel). Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as text editor, but
66
# you can use whatever you prefer. You should be root for doing all of this.
77

88

@@ -26,18 +26,18 @@ vi /etc/hosts
2626

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

29-
# enable the Debian volaitile repository to get a newer clamav version
29+
# enable the Debian Volatile repository to get an updated ClamAV version
3030

31-
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list
31+
echo "deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free" >> /etc/apt/sources.list.d/volatile.list
3232
apt-get update
3333

3434
# Some optional choices
3535

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

38-
apt-get install ssh openssh-server
38+
apt-get install openssh-server
3939

40-
opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from the host.
40+
opt0.2) Optionally, if you are not running inside a virtual machine, you can set server clocksync via NTP. Virtual guests get this from the host.
4141

4242
apt-get -y install ntp ntpdate
4343

@@ -79,27 +79,27 @@ to:
7979

8080
/etc/init.d/mysql restart
8181

82-
2) Install Amavisd-new, Spamassassin and Clamav (1 line!):
82+
2) Install Amavisd-new, Spamassassin and ClamAV (1 line!):
8383

8484
apt-get -y install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl
8585

8686

87-
3) Install apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
87+
3) Install Apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
8888

8989
apt-get -y 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 libopenssl-ruby libapache2-mod-ruby
9090

9191

92-
# When phpMyAdmin is asking weather to configure itself automatically, select "Apache2"
92+
# When phpMyAdmin is asking wether to configure itself automatically, select "Apache2"
9393

9494
# Then run the following to enable the Apache modules suexec, rewrite and ssl:
9595

9696
a2enmod suexec rewrite ssl actions include ruby
9797

98-
# If you want webdav then run the following to enable the Apache webdav modules:
98+
# If you want to use WebDAV then run the following to enable the Apache webdav modules:
9999

100-
a2enmod dav_fs a2enmod dav auth_digest
100+
a2enmod dav_fs dav auth_digest
101101

102-
# restart apache before continuing
102+
# restart Apache before continuing
103103

104104
/etc/init.d/apache2 restart
105105

@@ -148,7 +148,7 @@ apt-get -y install bind9 dnsutils
148148
apt-get -y install vlogger webalizer
149149

150150

151-
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
151+
7) Install Jailkit (optional, only needed if you want to use chrooting for SSH users)
152152

153153
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
154154
cd /tmp

docs/INSTALL_DEBIAN_6.0_courier_mydns.txt

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Installation
2-
-----------
2+
-------------
33

4-
# It is recommended to use a clean (fresh) Debian Squeeze install where you just selected "Standard System" as the package selection during
5-
# setup. Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as texteditor, but you ofcourse
4+
# It is recommended to use a clean (fresh) Debian Squeeze install where you just selected "Standard System" at the package selection during
5+
# setup (tasksel). Then follow the steps below to setup your server with ISPConfig 3. In this guide "vi" is used as text editor, but
66
# you can use whatever you prefer. You should be root for doing all of this.
77

88

@@ -28,24 +28,22 @@ vi /etc/hosts
2828

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

31-
apt-get install ssh openssh-server
31+
apt-get install openssh-server
3232

33-
opt0.2) Optionally if you are not running in virtual machine you can set server clocksync via NTP. Virtual quests get this from the host.
33+
opt0.2) Optionally, if you are not running inside a virtual machine, you can set server clocksync via NTP. Virtual guests get this from the host.
3434

35-
apt-get install ntp ntpdate
35+
apt-get -y install ntp ntpdate
3636

3737
opt0.3) Optionally if you want vi editor improvement
3838

39-
apt-get install vim-nox
40-
39+
apt-get -y install vim-nox
4140

4241

4342
# Next is the real deal
4443

4544
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, rkhunter, binutils with the following command line (on one line!):
4645

47-
apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-pop courier-pop-ssl courier-authlib-mysql courier-imap courier-imap-ssl libsasl2-2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 rkhunter binutils sudo
48-
46+
apt-get -y install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-pop courier-pop-ssl courier-authlib-mysql courier-imap courier-imap-ssl libsasl2-2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 rkhunter binutils sudo
4947

5048
# Answer the questions from the package manager as follows.
5149

@@ -74,9 +72,9 @@ to:
7472

7573
/etc/init.d/mysql restart
7674

77-
2) Install Amavisd-new, Spamassassin and Clamav (1 line!):
75+
2) Install Amavisd-new, Spamassassin and ClamAV (1 line!):
7876

79-
apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl
77+
apt-get -y install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 arj nomarch lzop cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl
8078
#this is necessary? libnet-ldap-perl
8179

8280
# During the installation, the SSL certificates for IMAP-SSL and POP3-SSL are created with the hostname localhost. To change this to the correct hostname (server1.example.com in this tutorial), delete the certificates...
@@ -110,32 +108,32 @@ mkpop3dcert
110108
/etc/init.d/courier-pop-ssl restart
111109

112110

113-
3) Install apache, PHP5, phpmyadmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
111+
3) Install Apache, PHP5, PhpMyAdmin, better fastCGI, suexec, Pear and mcrypt (1 line!):
114112

115-
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 imagemagick libapache2-mod-suphp libopenssl-ruby libapache2-mod-ruby
113+
apt-get -y 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 imagemagick libapache2-mod-suphp libopenssl-ruby libapache2-mod-ruby
116114

117115
#this package is actual missed on official squeeze repository: php5-imagick
118116

119-
# When phpMyAdmin is asking weather to configure itself automatically, select "Apache2"
117+
# When phpMyAdmin is asking wether to configure itself automatically, select "Apache2"
120118

121119
# Then run the following to enable the Apache modules suexec, rewrite and ssl:
122120

123121
a2enmod suexec rewrite ssl actions include ruby
124122

125-
# If you want webdav then run the following to enable the Apache webdav modules:
123+
# If you want to use WebDAV then run the following to enable the Apache webdav modules:
126124

127-
a2enmod dav_fs a2enmod dav auth_digest
125+
a2enmod dav_fs dav auth_digest
128126

129-
# restart apache before continuing
127+
# restart Apache before continuing
130128

131129
/etc/init.d/apache2 restart
132130

133131

134132
4) Install pure-ftpd and quota
135133

136-
apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
134+
apt-get -y install pure-ftpd-common pure-ftpd-mysql quota quotatool
137135

138-
# Some additional settings for pureftpd
136+
# Optional: Some additional settings for pureftpd
139137

140138
echo "yes" > /etc/pure-ftpd/conf/DisplayDotFiles
141139

@@ -170,7 +168,7 @@ quotacheck -avugm &&
170168
quotaon -avug
171169

172170

173-
5) Install mydns
171+
5) Install MyDNS
174172

175173
apt-get install g++ libc6 gcc gawk make texinfo libmysqlclient-dev
176174

@@ -265,12 +263,12 @@ update-rc.d mydns defaults
265263

266264
6) Install vlogger and webalizer
267265

268-
apt-get install vlogger webalizer
266+
apt-get -y install vlogger webalizer
269267

270268

271-
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
269+
7) Install Jailkit (optional, only needed if you want to use chrooting for SSH users)
272270

273-
apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper
271+
apt-get -y install build-essential autoconf automake1.9 libtool flex bison debhelper
274272
cd /tmp
275273
wget http://olivier.sessink.nl/jailkit/jailkit-2.11.tar.gz
276274
tar xvfz jailkit-2.11.tar.gz
@@ -283,7 +281,7 @@ rm -rf jailkit-2.11*
283281
8) Install fail2ban (optional but recomended, because the monitor tries to show the log)
284282
More info at: http://www.howtoforge.com/fail2ban_debian_etch
285283

286-
apt-get install fail2ban
284+
apt-get -y install fail2ban
287285

288286
9) Install ISPConfig 3
289287

0 commit comments

Comments
 (0)