| | |
| | | |
| | | 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, ntpdate, rkhunter 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 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 libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 ntp ntpdate rkhunter |
| | | |
| | | Answer the questions from the package manager as follows. |
| | | |
| | |
| | | 7.1) Install the latest released version |
| | | 7.2) Install directly from SVN |
| | | |
| | | apt-get install php5-cli |
| | | |
| | | 7.1) Installation of beta 3 from tar.gz |
| | | 7.1) Installation of last version from tar.gz |
| | | |
| | | cd /tmp |
| | | wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.6-beta.tar.gz |
| | | tar xvfz ISPConfig-3.0.0.6-beta.tar.gz |
| | | wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.7-beta.tar.gz |
| | | tar xvfz ISPConfig-3.0.0.7-beta.tar.gz |
| | | cd ispconfig3_install/install/ |
| | | |
| | | 7.2) Installation from SVN |