tbrehm
2007-11-05 3fac9871b061818ea6b0b106e7d1fef2189b0adf
INSTALL_DEBIAN.txt
@@ -29,6 +29,7 @@
a2enmod suexec
a2enmod rewrite
a2enmod ssl
4) Install pure-ftpd and quota
@@ -38,7 +39,15 @@
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
@@ -58,19 +67,19 @@
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/
  tar xvfz ISPConfig_3.0.0.3-alpha.tar.gz
  cd ispconfig3_install/install/
2) Installation from SVN
7.2) Installation from SVN
  apt-get install subversion
  cd /tmp
@@ -78,7 +87,7 @@
  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: