| 1 | ISPCP ω (OMEGA) HowTo Install for Debian Sarge, Etch |
|---|
| 2 | ================================================================================ |
|---|
| 3 | For other Linux distributions please check the other INSTALL files. |
|---|
| 4 | ================================================================================ |
|---|
| 5 | |
|---|
| 6 | Table of Content |
|---|
| 7 | ================ |
|---|
| 8 | 1) Version Info |
|---|
| 9 | 2) Requirements |
|---|
| 10 | 3) Introduction |
|---|
| 11 | 4) Installation |
|---|
| 12 | 5) Update |
|---|
| 13 | 6) FAQ |
|---|
| 14 | 7) Credits |
|---|
| 15 | |
|---|
| 16 | ================================================================================ |
|---|
| 17 | 1) Version Info |
|---|
| 18 | --------------- |
|---|
| 19 | ISPCP ω Version: 1.0.0 |
|---|
| 20 | INSTALL Skript: 2.0 |
|---|
| 21 | Maintainer: RatS |
|---|
| 22 | Homepage: http://isp-contol.net |
|---|
| 23 | Linux Distris: Debian Sarge, Etch |
|---|
| 24 | |
|---|
| 25 | ================================================================================ |
|---|
| 26 | 2) Requirements |
|---|
| 27 | --------------- |
|---|
| 28 | There is no must have for a system using ISPCP ω. This is only a recommendation: |
|---|
| 29 | |
|---|
| 30 | Penitum III or K6-4 with 500 MHz |
|---|
| 31 | 512 MB RAM |
|---|
| 32 | 100 MB disk space (only for install of ISPCP ω) |
|---|
| 33 | Debian (or even any other *NIX-Distribution) |
|---|
| 34 | |
|---|
| 35 | All Sarge required packages are listed in ./docs/Debian/debian-packages-sarge |
|---|
| 36 | All Etch required packages are listed in ./docs/Debian/debian-packages-etch |
|---|
| 37 | |
|---|
| 38 | ================================================================================ |
|---|
| 39 | 3) Introduction |
|---|
| 40 | --------------- |
|---|
| 41 | ISPCP ω delivers a complete hosting automation appliance by offering significant |
|---|
| 42 | security, total-cost-of-ownership, and performance advantages over competing |
|---|
| 43 | commercial solutions. |
|---|
| 44 | |
|---|
| 45 | With ISPCP ω you can configure your server and applications, create user with |
|---|
| 46 | domains with a few point-and-click operations that take less than a minute. |
|---|
| 47 | There is no limit to the number of resellers, users and domains that can be |
|---|
| 48 | created. The core of ISPCP ω are 3 easy-to-use, web-based control panels. ISPCP |
|---|
| 49 | provides graphic user interfaces for the administrators, resellers and users. |
|---|
| 50 | |
|---|
| 51 | ================================================================================ |
|---|
| 52 | 4) Installation |
|---|
| 53 | --------------- |
|---|
| 54 | Make sure you are logged in as root. |
|---|
| 55 | |
|---|
| 56 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| 57 | # cd /root |
|---|
| 58 | # tar -xjvf ispcp1.0.0-omega.tar.bz2 |
|---|
| 59 | |
|---|
| 60 | 2. Change to the newly created directory: |
|---|
| 61 | # cd ./ispcp1.0.0 |
|---|
| 62 | |
|---|
| 63 | 3. Install the required modules |
|---|
| 64 | for Debian Etch you can use: |
|---|
| 65 | # apt-get update && apt-get upgrade |
|---|
| 66 | # apt-get install `cat ./docs/Debian/debian-packages-etch` |
|---|
| 67 | |
|---|
| 68 | Make sure you have added the non-free into your |
|---|
| 69 | /etc/apt/sources.list: |
|---|
| 70 | |
|---|
| 71 | deb http://ftp.de.debian.org/debian/ testing main contrib non-free |
|---|
| 72 | deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free |
|---|
| 73 | deb http://security.debian.org/ testing/updates main contrib non-free |
|---|
| 74 | deb-src http://security.debian.org/ testing/updates main contrib non-free |
|---|
| 75 | |
|---|
| 76 | for Debian Sarge please use: |
|---|
| 77 | # apt-get install `cat ./docs/Debian/debian-packages-sarge` |
|---|
| 78 | |
|---|
| 79 | Make sure you have added the following backport into your |
|---|
| 80 | /etc/apt/sources.list: |
|---|
| 81 | |
|---|
| 82 | # backports |
|---|
| 83 | deb http://dotdeb.pimpmylinux.org/ stable all |
|---|
| 84 | deb-src http://dotdeb.pimpmylinux.org/ stable all |
|---|
| 85 | |
|---|
| 86 | |
|---|
| 87 | (when you get to the courier screen select 'no' to web directories) |
|---|
| 88 | (when you get to the postfix screen select 'internet site' and then type 'root' |
|---|
| 89 | for mail. If you've set debian up correctly on install your domain should be |
|---|
| 90 | already on screen. Select 'no' to force sync updates.) |
|---|
| 91 | (when you get to the proftpd screen, select 'standalone') |
|---|
| 92 | (when you get to the rootkithunter screen, select two time 'yes') |
|---|
| 93 | |
|---|
| 94 | 4. Now there are two ways of install ISPCP ω |
|---|
| 95 | |
|---|
| 96 | a) via install script |
|---|
| 97 | --------------------- |
|---|
| 98 | 4a. Start the script and follow the install instructions: |
|---|
| 99 | # ./install-ispcp.sh |
|---|
| 100 | |
|---|
| 101 | After that return to step 12. |
|---|
| 102 | |
|---|
| 103 | b) manualy |
|---|
| 104 | ---------- |
|---|
| 105 | 4b. Change into the configuration directory: |
|---|
| 106 | # cd ./configs |
|---|
| 107 | |
|---|
| 108 | 5. Open the ispcp.conf and make some changes. |
|---|
| 109 | You have to set up some configuration variables for your linux distribution. |
|---|
| 110 | ISPCP ω is preconfigurated for Debian 3.1 Sarge. |
|---|
| 111 | If you're using another distribution please check, if config files exist in |
|---|
| 112 | ./configs/dists and use/change them. |
|---|
| 113 | |
|---|
| 114 | These are the Variables you have to look at: |
|---|
| 115 | |
|---|
| 116 | AWSTATS_DIR = no # Either no or path to the awstats configs dir |
|---|
| 117 | SECONDARY_DNS = |
|---|
| 118 | MYSQL_PREFIX_TYPE = # '' for MYSQL_PREFIX = yes, |
|---|
| 119 | # infront or behind for MYSQL_PREFIX = no |
|---|
| 120 | |
|---|
| 121 | Check the ispcp.conf and adapt it to your requirements. |
|---|
| 122 | An overview over the variables you can find in the FAQ on |
|---|
| 123 | http://isp-control.net |
|---|
| 124 | |
|---|
| 125 | 6. Return to the parent direction and build the System by using make: |
|---|
| 126 | # cd ../ |
|---|
| 127 | # make install |
|---|
| 128 | |
|---|
| 129 | 7. Copy all the directories into the system (you may make backups) |
|---|
| 130 | # cp -Rv /tmp/ispcp-1.0.0/* / |
|---|
| 131 | |
|---|
| 132 | 8. Now it's time to set up the frontend. Change into the engine directory: |
|---|
| 133 | # cd /var/www/ispcp/engine/setup |
|---|
| 134 | |
|---|
| 135 | 8a. Set the MySQL password, if not set: |
|---|
| 136 | # mysqladmin -u root password YOUR_PASSWORD |
|---|
| 137 | |
|---|
| 138 | 9. Start the engine setup: |
|---|
| 139 | # ./ispcp-setup |
|---|
| 140 | |
|---|
| 141 | 10. Install ISPCP ω step-by-step |
|---|
| 142 | |
|---|
| 143 | If you get no error, all went good; if you get one, look at |
|---|
| 144 | http://isp-control.net to solve the problem. |
|---|
| 145 | |
|---|
| 146 | 11. There is an error in some courier-versions. Courier won't stop, if you use |
|---|
| 147 | /etc/init.d/courier-authdaemon stop, so change it: |
|---|
| 148 | # nano /etc/ini.d/courier-authdaemon |
|---|
| 149 | |
|---|
| 150 | change: ${libexecdir}/authlib/authdaemon stop |
|---|
| 151 | into: killall authdaemond.plain |
|---|
| 152 | |
|---|
| 153 | 12. Clean the temporary folders: |
|---|
| 154 | # rm -R /tmp/ispcp-1.0.0 |
|---|
| 155 | |
|---|
| 156 | |
|---|
| 157 | ================================================================================ |
|---|
| 158 | 5) Update |
|---|
| 159 | --------- |
|---|
| 160 | |
|---|
| 161 | There are two ways of update ISPCP ω |
|---|
| 162 | |
|---|
| 163 | a) via install script |
|---|
| 164 | --------------------- |
|---|
| 165 | 1. Start the script and follow the update instructions: |
|---|
| 166 | # ./install-ispcp.sh |
|---|
| 167 | |
|---|
| 168 | b) manualy |
|---|
| 169 | ---------- |
|---|
| 170 | 1. Please check the update From-To-Files in the ./docs directory |
|---|
| 171 | |
|---|
| 172 | ================================================================================ |
|---|
| 173 | 6) FAQ |
|---|
| 174 | ------ |
|---|
| 175 | |
|---|
| 176 | Please check http://isp-control.net for any questions not answered in this file. |
|---|
| 177 | |
|---|
| 178 | ================================================================================ |
|---|
| 179 | 7) Credits |
|---|
| 180 | ---------- |
|---|
| 181 | |
|---|
| 182 | ISPCP ω is a project of ispCP | isp Control Panel. |
|---|
| 183 | Please visit our site under http://isp-control.net for further information on |
|---|
| 184 | ISPCP ω, ispCP and other themes. |
|---|
| 185 | |
|---|
| 186 | We hope you enjoy using ISPCP ω. If you like it, help us, to make it better. We |
|---|
| 187 | would be glad on any help provided! |
|---|