Posts Tagged ‘ocs’

OCSNG Server Setup on CentOS

OCSNG Server Setup on CentOS Installing packages requird for OCS Inventory: yum -y install mysql-server mysql httpd echo “ServerName ocs-inventory:80″ >> /etc/httpd/conf/httpd.conf service httpd restart Creating data for OCS Inventory mysql -u root -p mysql>CREATE DATABASE ocsweb; mysql>GRANT ALL PRIVILEGES ON ocsweb.* TO ocs@localhost IDENTIFIED BY ‘ocs’; mysql>exit Preparing PHP yum -y install perl-XML-Simple perl-Compress-Zlib [...]