################################################################################
#
# 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
