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
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
0dd84975
Commit
0dd84975
authored
16 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
Updated debian installation instructions. Moved jailkit installation before ispconfig installation.
parent
e8878f09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL_DEBIAN_4.0.txt
+18
-19
18 additions, 19 deletions
INSTALL_DEBIAN_4.0.txt
with
18 additions
and
19 deletions
INSTALL_DEBIAN_4.0.txt
+
18
−
19
View file @
0dd84975
...
...
@@ -113,21 +113,33 @@ The mydns installer is a bit tricky, you will have to select to create a new dat
apt-get install vlogger webalizer
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
7) Install ISPConfig 3
apt-get install build-essential autoconf automake1.9 libtool flex bison
cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
tar xvfz jailkit-2.5.tar.gz
cd jailkit-2.5
./configure
make
make install
rm -rf jailkit-2.5*
8) Install ISPConfig 3
There are two possile scenarios, but not both:
7
.1) Install the latest released version
7
.2) Install directly from SVN
8
.1) Install the latest released version
8
.2) Install directly from SVN
7
.1) Installation of last version from tar.gz
8
.1) Installation of last version from tar.gz
cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.8-rc1.tar.gz
tar xvfz ISPConfig-3.0.0.8-rc1.tar.gz
cd ispconfig3_install/install/
7
.2) Installation from SVN
8
.2) Installation from SVN
apt-get install subversion
cd /tmp
...
...
@@ -135,7 +147,7 @@ There are two possile scenarios, but not both:
cd trunk/install
7
.1+
7
.2) Now proceed with the ISPConfig installation.
8
.1+
8
.2) Now proceed with the ISPConfig installation.
Now start the installation process by executing:
...
...
@@ -182,19 +194,6 @@ done
----------------------------------------------------------------------------------------------------------
Installing Jailkit:
apt-get install build-essential autoconf automake1.9 libtool flex bison
cd /tmp
wget http://olivier.sessink.nl/jailkit/jailkit-2.5.tar.gz
tar xvfz jailkit-2.5.tar.gz
cd jailkit-2.5
./configure
make
make install
rm -rf jailkit-2.5*
----------------------------------------------------------------------------------------------------------
Optional packages recommended:
denyhosts - a utility to help sys admins thwart ssh crackers
...
...
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