File: README

package info (click to toggle)
ocsinventory-server 1.01-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,636 kB
  • ctags: 1,823
  • sloc: php: 6,202; perl: 3,329; sh: 1,239; sql: 551; makefile: 64
file content (55 lines) | stat: -rw-r--r-- 2,419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
################################################################################
#
# OCS Inventory NG Management Server Setup
#
# Copyleft 2006 Pascal DANEK
# Web: http://ocsinventory.sourceforge.net
#
# This code is open source and may be copied and modified as long as the source
# code is always made freely available.
# Please refer to the General Public Licence http://www.gnu.org/ or Licence.txt
################################################################################

How to setup OCS Inventory NG Management Server ?

CAUTION: If upgrading Communication server from OCS Inventory NG 1.0 RC2 and
previous, please remove any Apache configuration for Communication Server !

OCS Inventory NG Management Server needs the following components:
- MySQL version 4.1 or higher
- PERL 5.6 or higher
- Apache version 1.3.33 or higher / Apache version 2.0.X or higher
- Apache Mod_perl version 1.29 or higher
- PHP 4.3.2 or higher, with ZIP support enabled.
- Apache Mod_php version 4.3.2 or higher
- Perl module XML::Simple version 2.12 or higher
- Perl module Compress::Zlib version 1.33 or higher
- Perl module DBI version 1.40 or higher
- Perl module DBD::Mysql version 2.9004 or higher
- Perl module Apache::DBI version 0.93 or higher
- Perl module Net::IP version 1.21 or higher
- Perl module SOAP::Lite version 0.66 or higher, not required

You must also know the following things (setup will try to found them, but
no garanty):
- Host running MySQL server (generally localhost)
- Port of MySQL server (generally 3306)
- Path to Apache web server binary file (generally named httpd or apache or
  apache2)
- Path to Apache main configuration file (generally named httpd.conf or
  apache.conf or apache2.conf)
- Path to Apache configuration directory (generally named conf.d)
- User account running Apache web server (generally apache or www-data)
- Group of user account running Apache web server (generally the same as user
  account)
- Version of Apache mod_perl
- Apache document root directory (generally /var/www/html or /var/www-data)
- Where to put Communication server log directory (generally /var/log/ocsinventory-NG)

Run "sh setup.sh" and follow the instructions. It will ask you if you want to
setup Communication Server and/or Administration Server, and will do all
configuration for you.

Enjoy OCS Inventory NG ;-)

OCS Inventory Team