Skip to content

Commit 4fe9739

Browse files
committed
- Updated Debian installation instructions.
1 parent 003ce7d commit 4fe9739

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

INSTALL_DEBIAN.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ Edit the file /etc/default/pure-ftpd-common
3939

4040
vi /etc/default/pure-ftpd-common
4141

42-
and change the start mode from inetd to standalone. Then execute:
42+
and change the start mode from inetd to standalone.
43+
44+
Edit the file /etc/inetd.conf vi /etc/inted.conf
45+
46+
and comment out the line for the FTP service, so it looks like this:
47+
48+
# ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper
49+
50+
Then execute:
4351

4452
/etc/init.d/openbsd-inetd restart
4553

@@ -59,27 +67,27 @@ apt-get install vlogger webalizer
5967
7) Install ISPConfig 3
6068

6169
There are two possile scenarios, but not both:
62-
1) Install the latest alpha
63-
2) Install directly from SVN
70+
7.1) Install the latest alpha
71+
7.2) Install directly from SVN
6472

6573
apt-get install php5-cli
6674

67-
1) Installation of alpha 3
75+
7.1) Installation of alpha 3 from tar.gz
6876

6977
cd /tmp
7078
wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.3-alpha.tar.gz
7179
tar xvfz ISPConfig_3.0.0.2-alpha.tar.gz
7280
cd ISPConfig_3.0.0.2-alpha/install/
7381

74-
2) Installation from SVN
82+
7.2) Installation from SVN
7583

7684
apt-get install subversion
7785
cd /tmp
7886
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
7987
cd trunk/install
8088

8189

82-
1+2) Now proceed with the ISPConfig installation.
90+
7.1+7.2) Now proceed with the ISPConfig installation.
8391

8492
Now start the installation process by executing:
8593

0 commit comments

Comments
 (0)