@@ -65,14 +65,6 @@ bind-address = 127.0.0.1
6565
6666/etc/init.d/mysql restart
6767
68- # Set the mysql database password:
69- # Again use your own domain name...
70-
71- mysqladmin -u root password yourrootsqlpassword
72- mysqladmin -h ispconfig.local -u root password yourrootsqlpassword
73-
74-
75-
76682) Install Amavisd-new , Spamassassin and Clamav (1 line!):
7769
7870apt-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
@@ -81,7 +73,7 @@ apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
8173
82743) Install apache , PHP5 , phpmyadmin , better fastCGI , suexec , Pear and mcrypt (1 line!):
8375
84- 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
76+ 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
8577
8678
8779# When phpMyAdmin is asking weather to configure itself automatically, select "Apache2"
@@ -117,11 +109,6 @@ vi /etc/phpmyadmin/apache.conf
117109 </Files>
118110------------------------------------------------------
119111
120-
121- opt3.1) Optionally install some image manipulation capabilities to make advanced web designers happy
122-
123- apt-get install php5-imagick imagemagick
124-
125112# restart apache before continuing
126113
127114/etc/init.d/apache2 restart
@@ -131,7 +118,8 @@ apt-get install php5-imagick imagemagick
131118
132119apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
133120
134- # Edit the file /etc/default/pure-ftpd-common to change the start mode from "inetd" to "standalone".
121+ # Edit the file /etc/default/pure-ftpd-common to change the start mode from "inetd" to "standalone"
122+ and set VIRTUALCHROOT=true
135123
136124vi /etc/default/pure-ftpd-common
137125
@@ -151,8 +139,8 @@ vi /etc/inetd.conf
151139apt-get install g++ libc6 gcc gawk make texinfo libmysqlclient15-dev
152140
153141cd /tmp
154- wget http://heanet.dl.sourceforge.net/sourceforge/mydns-ng/mydns-1.2.8.15 .tar.gz
155- tar xvfz mydns-1.2.8.15 .tar.gz
142+ wget http://heanet.dl.sourceforge.net/sourceforge/mydns-ng/mydns-1.2.8.25 .tar.gz
143+ tar xvfz mydns-1.2.8.25 .tar.gz
156144cd mydns-1.2.8
157145./configure
158146make
@@ -242,6 +230,7 @@ cd jailkit-2.5
242230./configure
243231make
244232make install
233+ cd ..
245234rm -rf jailkit-2.5*
246235
2472368) Install fail2ban (optional but recomended , because the monitor tries to show the log)
@@ -258,8 +247,8 @@ apt-get install fail2ban
2582479.1) Installation of last version from tar.gz
259248
260249 cd /tmp
261- wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.8-rc1 .tar.gz
262- tar xvfz ISPConfig-3.0.0.8-rc1 .tar.gz
250+ wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.9-rc2 .tar.gz
251+ tar xvfz ISPConfig-3.0.0.9-rc2 .tar.gz
263252 cd ispconfig3_install/install/
264253
2652549.2) Installation from SVN
0 commit comments