Skip to content

Commit 30d8000

Browse files
author
pedro_morgan
committed
Minor correction to INSTALL_DEBIAN
1 parent e5f4d29 commit 30d8000

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

INSTALL_DEBIAN.txt

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

4-
It is recommended to use a clean (fresh) debian etch install where you just selected "Standard System" as package selection during setup. Then follow the steps below to prepare your server for ISPConfig 3:
4+
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-
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with one single command (one line!):
6+
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with the following command line (on one line!):
77

88
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 postfix-tls libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4
99

@@ -25,7 +25,7 @@ apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
2525

2626
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
2727

28-
Then run:
28+
Then run the following to enable the Apache modules:
2929

3030
a2enmod suexec
3131
a2enmod rewrite
@@ -49,25 +49,27 @@ apt-get install vlogger webalizer
4949

5050
7) Install ISPConfig 3
5151

52-
There are 2 possile cenarias a) Insatll the latest alpha 2 or b) install directly from SVN. You just have to do either a) or b) but not both!
52+
There are two possile scenarios, but not both:
53+
1) Install the latest alpha
54+
2) Install directly from SVN
5355

5456
apt-get install php5-cli
5557

56-
a) Installation of alpha 2
58+
1) Installation of alpha 2
5759

5860
cd /tmp
5961
wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.2-alpha.tar.gz
6062
tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz
6163
cd ISPConfig_3.0.0.2-alpha/install/
6264

63-
b) Installation from SVN
65+
2) Installation from SVN
6466

6567
cd /tmp
6668
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
6769
cd trunk/install
6870

6971

70-
a+b) Now proceed with the ISPConfig installation.
72+
1+2) Now proceed with the ISPConfig installation.
7173

7274

7375
The installer does not ask any questions yet, so everything must be edited in the config file before you start the installer.
@@ -99,4 +101,4 @@ the default login is:
99101
user: admin
100102
password: admin
101103

102-
In case you get a permission denied error from apache, please restart the apache webserver process.
104+
In case you get a permission denied error from apache, please restart the apache webserver process.

0 commit comments

Comments
 (0)