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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Normand Brouseau
ISPConfig 3
Commits
4fe9739a
Commit
4fe9739a
authored
Nov 3, 2007
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
- Updated Debian installation instructions.
parent
003ce7d6
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
+14
-6
14 additions, 6 deletions
INSTALL_DEBIAN.txt
with
14 additions
and
6 deletions
INSTALL_DEBIAN.txt
+
14
−
6
View file @
4fe9739a
...
...
@@ -39,7 +39,15 @@ Edit the file /etc/default/pure-ftpd-common
vi /etc/default/pure-ftpd-common
and change the start mode from inetd to standalone. Then execute:
and change the start mode from inetd to standalone.
Edit the file /etc/inetd.conf vi /etc/inted.conf
and comment out the line for the FTP service, so it looks like this:
# ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper
Then execute:
/etc/init.d/openbsd-inetd restart
...
...
@@ -59,19 +67,19 @@ apt-get install vlogger webalizer
7) Install ISPConfig 3
There are two possile scenarios, but not both:
1) Install the latest alpha
2) Install directly from SVN
7.
1) Install the latest alpha
7.
2) Install directly from SVN
apt-get install php5-cli
1) Installation of alpha 3
7.
1) Installation of alpha 3
from tar.gz
cd /tmp
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
7.
2) Installation from SVN
apt-get install subversion
cd /tmp
...
...
@@ -79,7 +87,7 @@ apt-get install php5-cli
cd trunk/install
1+
2) Now proceed with the ISPConfig installation.
7.1+7.
2) Now proceed with the ISPConfig installation.
Now start the installation process by executing:
...
...
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