Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alfons L.
ISPConfig 3
Commits
4cb0eb50
Commit
4cb0eb50
authored
Sep 19, 2007
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
Updated installation instructions.
parent
0b52bcbb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL_DEBIAN.txt
+88
-104
88 additions, 104 deletions
INSTALL_DEBIAN.txt
with
88 additions
and
104 deletions
INSTALL_DEBIAN.txt
+
88
−
104
View file @
4cb0eb50
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment