root/tags/omega-1.0.0-rc3/docs/OpenSuse/INSTALL

Revision 886, 3.5 KB (checked in by rats, 15 months ago)

* Fixed #802: added Opensuse 10.3

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