| | |
| | |
|
| | | 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:
|
| | |
|
| | |
| | |
|
| | | apt-get install php5-cli
|
| | |
|
| | | 1) Installation of alpha 2
|
| | | 1) Installation of alpha 3 |
| | |
|
| | | 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
|
| | | cd ISPConfig_3.0.0.2-alpha/install/
|
| | |
|
| | | 2) Installation from SVN
|
| | |
|
| | | apt-get install subversion |
| | | cd /tmp
|
| | | svn export svn://svn.ispconfig.org/ispconfig3/trunk/
|
| | | cd trunk/install
|
| | |
|
| | |
|
| | | 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. |
| | |
|
| | | vi dist/conf/debian40.conf.php
|
| | |
|
| | | There are just two values that you should change:
|
| | |
|
| | | Enter the mysql root password in this line. If the password is e.g. secret, the line should look like this:
|
| | |
|
| | | $conf["mysql_server_admin_password"] = "secret";
|
| | |
|
| | | The other line is:
|
| | |
|
| | | $conf["mysql_server_ispconfig_password"] = "5sDrewBhk";
|
| | |
|
| | | 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:
|
| | |
|