From a03015934d07090f5a66e6170645d363d47b1c1e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 11 Dec 2008 16:17:19 -0500 Subject: [PATCH] removed status column from datalog list, the column is deprecated and will be removed in future versions. --- INSTALL_DEBIAN_4.0.txt | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt index a24c7a4..1501707 100644 --- a/INSTALL_DEBIAN_4.0.txt +++ b/INSTALL_DEBIAN_4.0.txt @@ -3,9 +3,9 @@ It is recommended to use a clean (fresh) Debian etch install where you just selected "Standard System" as the package selection during setup. Then follow the steps below to setup your server with ISPConfig 3: -1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin with the following command line (on one line!): +1) Install Postfix, Courier, Saslauthd, MySQL, phpMyAdmin, ntpdate, rkhunter with the following command line (on one line!): -apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 +apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-authlib-mysql courier-pop courier-pop-ssl courier-imap courier-imap-ssl libsasl2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 ntp ntpdate rkhunter Answer the questions from the package manager as follows. @@ -98,7 +98,7 @@ 7.1) Install the latest released version 7.2) Install directly from SVN -7.1) Installation of beta 3 from tar.gz +7.1) Installation of last version from tar.gz cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.7-beta.tar.gz @@ -162,15 +162,12 @@ Installing Jailkit: -// It is nescessary to use the cvs version of jailjit, as the cvs contains a change -// which is nescessary for ISPConfig and has not been released yet. - -apt-get install build-essential autoconf automake1.9 libtool flex bison nano cvs +apt-get install build-essential autoconf automake1.9 libtool flex bison cd /tmp -cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/jailkit co . -cd jailkit +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 -cd .. -rm -rf jailkit +rm -rf jailkit-2.5* -- Gitblit v1.9.1