| 1 | ispCP ω (OMEGA) HowTo Install for OpenSuse 10.3 |
|---|
| 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) FAQ |
|---|
| 13 | 6) Credits |
|---|
| 14 | |
|---|
| 15 | ================================================================================ |
|---|
| 16 | 1) Version Info |
|---|
| 17 | --------------- |
|---|
| 18 | ispCP ω Version: 1.0.0 RC3 |
|---|
| 19 | INSTALL Skript: 1.0 |
|---|
| 20 | Maintainer: |
|---|
| 21 | Homepage: http://isp-contol.net |
|---|
| 22 | Linux Distri: OpenSuse 10.3 |
|---|
| 23 | |
|---|
| 24 | ================================================================================ |
|---|
| 25 | 2) Requirements |
|---|
| 26 | --------------- |
|---|
| 27 | There is no must have for a system using ispCP ω. This is only a recommendation: |
|---|
| 28 | |
|---|
| 29 | Penitum III or K6-4 with 500 MHz |
|---|
| 30 | 512 MB RAM |
|---|
| 31 | 100 MB disk space (only for install of ispCP ω) |
|---|
| 32 | Debian (or even any other *NIX-Distribution) |
|---|
| 33 | |
|---|
| 34 | Add the following repositories via Yast: |
|---|
| 35 | |
|---|
| 36 | http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_10.3/ |
|---|
| 37 | |
|---|
| 38 | http://download.opensuse.org/repositories/home:/netmax/openSUSE_10.3 |
|---|
| 39 | |
|---|
| 40 | http://download.opensuse.org/repositories/server:/ftp/openSUSE_10.3 |
|---|
| 41 | |
|---|
| 42 | All OpenSuse 10.3 required packages are listed in: |
|---|
| 43 | |
|---|
| 44 | ./docs/OpenSuse/opensuse103-packages |
|---|
| 45 | |
|---|
| 46 | PHP4 related packages are removed because they are not available! Therefore PHP4 |
|---|
| 47 | is not available in ispCP!!! If you want to use PHP4 compile it by yourself!!! |
|---|
| 48 | |
|---|
| 49 | ================================================================================ |
|---|
| 50 | 3) Introduction |
|---|
| 51 | --------------- |
|---|
| 52 | ispCP ω delivers a complete hosting automation appliance by offering significant |
|---|
| 53 | security, total-cost-of-ownership, and performance advantages over competing |
|---|
| 54 | commercial solutions. |
|---|
| 55 | |
|---|
| 56 | With ispCP ω you can configure your server and applications, create user with |
|---|
| 57 | domains with a few point-and-click operations that take less than a minute. |
|---|
| 58 | There is no limit to the number of resellers, users and domains that can be |
|---|
| 59 | created. The core of ISPCP ω are 3 easy-to-use, web-based control panels. ispCP |
|---|
| 60 | provides graphic user interfaces for the administrators, resellers and users. |
|---|
| 61 | |
|---|
| 62 | ================================================================================ |
|---|
| 63 | 4) Installation |
|---|
| 64 | --------------- |
|---|
| 65 | Make sure you are logged in as root. |
|---|
| 66 | |
|---|
| 67 | 1. Untar or unzip the distribution files to a secure directory: |
|---|
| 68 | |
|---|
| 69 | # cd /usr/src |
|---|
| 70 | |
|---|
| 71 | # svn checkout http://www.isp-control.net/ispcp_svn/trunk/ |
|---|
| 72 | |
|---|
| 73 | # mv trunk ispcp-1.0.0 |
|---|
| 74 | |
|---|
| 75 | 2. Change to the newly created directory: |
|---|
| 76 | |
|---|
| 77 | # cd ./ispcp1.0.0 |
|---|
| 78 | |
|---|
| 79 | 3. Install the required modules: |
|---|
| 80 | |
|---|
| 81 | # yast -i `cat /docs/opensuse103/opensuse103-packages` |
|---|
| 82 | |
|---|
| 83 | Or if you use smart package manager: |
|---|
| 84 | |
|---|
| 85 | # smart install `cat /docs/opensuse103/opensuse103-packages` |
|---|
| 86 | |
|---|
| 87 | 4. Make an copy to temp directory: |
|---|
| 88 | |
|---|
| 89 | # make -f Makefile.opensuse10 install |
|---|
| 90 | |
|---|
| 91 | # cp -Rv /tmp/ispcp-1.0.0/* / |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | 5. Start the script and follow the install instructions: |
|---|
| 95 | |
|---|
| 96 | # cd /srv/www/ispcp/engine/setup |
|---|
| 97 | |
|---|
| 98 | # perl ispcp-setup |
|---|
| 99 | |
|---|
| 100 | |
|---|
| 101 | 6. Clean the temporary folders: |
|---|
| 102 | |
|---|
| 103 | # rm -R /tmp/ispcp-1.0.0 |
|---|
| 104 | |
|---|
| 105 | |
|---|
| 106 | |
|---|
| 107 | ================================================================================ |
|---|
| 108 | 5) FAQ |
|---|
| 109 | ------ |
|---|
| 110 | |
|---|
| 111 | Please check http://isp-control.net for any questions not answered in this file. |
|---|
| 112 | |
|---|
| 113 | ================================================================================ |
|---|
| 114 | 6) Credits |
|---|
| 115 | ---------- |
|---|
| 116 | |
|---|
| 117 | ISPCP ω is a project of ispCP | isp Control Panel. |
|---|
| 118 | Please visit our site under http://isp-control.net for further information on |
|---|
| 119 | ISPCP ω, ispCP and other themes. |
|---|
| 120 | |
|---|
| 121 | We hope you enjoy using ISPCP ω. If you like it, help us, to make it better. We |
|---|
| 122 | would be glad on any help provided! |
|---|