| | |
| | | |
| | | 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 |
| | |
| | | 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: |
| | | |
| | |
| | | vzctl set $VPSID --capability ${CAP}:on --save |
| | | 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: |