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

Updated installation instructions.

parent 0b52bcbb
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ apt-get install amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
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:
......@@ -55,15 +55,16 @@ There are two possile scenarios, but not both:
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
......@@ -71,23 +72,6 @@ apt-get install php5-cli
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:
php -q install.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment