Skip to content
Snippets Groups Projects
Commit 4cb0eb50 authored by tbrehm's avatar tbrehm
Browse files

Updated installation instructions.

parent 0b52bcbb
No related branches found
No related tags found
No related merge requests found
Installation Installation
----------- -----------
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: 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:
1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with the following command line (on one line!): 1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with the following command line (on one line!):
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 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
Answer the questions from the package manager as follows. Answer the questions from the package manager as follows.
Create directories for web-based administration ? <-- No Create directories for web-based administration ? <-- No
General type of configuration? <-- Internet site General type of configuration? <-- Internet site
Mail name? <-- server1.mydomain.tld Mail name? <-- server1.mydomain.tld
SSL certificate required <-- Ok SSL certificate required <-- Ok
...use your own domain name of course ;) ...use your own domain name of course ;)
2) Install Amavisd-new, Spamassassin and Clamav (1 line!): 2) Install Amavisd-new, Spamassassin and Clamav (1 line!):
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 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
3) Install apache, PHP5 and phpmyadmin (1 line!): 3) Install apache, PHP5 and phpmyadmin (1 line!):
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 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
Then run the following to enable the Apache modules: Then run the following to enable the Apache modules:
a2enmod suexec a2enmod suexec
a2enmod rewrite a2enmod rewrite
4) Install pure-ftpd and quota 4) Install pure-ftpd and quota
apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool apt-get install pure-ftpd-common pure-ftpd-mysql quota quotatool
5) Install mydns 5) Install mydns
apt-get install mydns-mysql apt-get install mydns-mysql
The mydns installer is a bit tricky, you will have to select to create a new database for mydns and use a existing mysql user, e.g. the mysql root user. This database is only to fullfill the requirements for the debian pacakge during installation and will not be used by ISPConfig later. ISPConfig will automatically change the mydns configuration files to use the ISPConfig database. The mydns installer is a bit tricky, you will have to select to create a new database for mydns and use a existing mysql user, e.g. the mysql root user. This database is only to fullfill the requirements for the debian pacakge during installation and will not be used by ISPConfig later. ISPConfig will automatically change the mydns configuration files to use the ISPConfig database.
6) Install vlogger and webalizer 6) Install vlogger and webalizer
apt-get install vlogger webalizer apt-get install vlogger webalizer
7) Install ISPConfig 3 7) Install ISPConfig 3
There are two possile scenarios, but not both: There are two possile scenarios, but not both:
1) Install the latest alpha 1) Install the latest alpha
2) Install directly from SVN 2) Install directly from SVN
apt-get install php5-cli apt-get install php5-cli
1) Installation of alpha 2 1) Installation of alpha 3
cd /tmp cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.2-alpha.tar.gz wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.3-alpha.tar.gz
tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz
cd ISPConfig_3.0.0.2-alpha/install/ cd ISPConfig_3.0.0.2-alpha/install/
2) Installation from SVN 2) Installation from SVN
cd /tmp apt-get install subversion
svn export svn://svn.ispconfig.org/ispconfig3/trunk/ cd /tmp
cd trunk/install svn export svn://svn.ispconfig.org/ispconfig3/trunk/
cd trunk/install
1+2) Now proceed with the ISPConfig installation.
1+2) Now proceed with the ISPConfig installation.
The installer does not ask any questions yet, so everything must be edited in the config file before you start the installer. Now start the installation process by executing:
vi dist/conf/debian40.conf.php php -q install.php
There are just two values that you should change: The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not nescessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!):
Enter the mysql root password in this line. If the password is e.g. secret, the line should look like this: http://192.168.0.100:8080/
$conf["mysql_server_admin_password"] = "secret"; the default login is:
The other line is: user: admin
password: admin
$conf["mysql_server_ispconfig_password"] = "5sDrewBhk";
In case you get a permission denied error from apache, please restart the apache webserver process.
Replace "5sDrewBhk" with a password of your choice, the installer will create a new mysql database user named "ispconfig" and the user will get the password that you enter in this line.
Now start the installation process by executing:
php -q install.php
The installer will configure all services like postfix, sasl, courier, etc. for you. A manual setup as required for ISPConfig 2 (perfect setup guides) is not nescessary. To login to the ISPConfig controlpanel, open the following URL in your browser (replace the IP to match your settings!):
http://192.168.0.100:8080/
the default login is:
user: admin
password: admin
In case you get a permission denied error from apache, please restart the apache webserver process.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment