11/06/2016

Ubuntu : ติดตั้ง OCS 2.2 On Ubuntu 14.04 Server

Ubuntu : ติดตั้ง OCS 2.2 On Ubuntu 14.04 Server
ขั้นตอนการติดตั้งคล้ายกับ Version เก่า และบน Ubuntu 10.04 Server
https://intranet.sci.com/blog.php?u=281&b=670

ที่แตกต่างมีดังนี้
- ติดตั้งโปรแกรมเพิ่ม
  1. apt-get install libcompress-zlib-perl

ต้องติดตั้ง แทน
  1. apt-get install perl


- ติดตั้งโปรแกรมเพิ่ม
  1. cpan -i Archive::Zip


- ขั้นตอนการติดตั้ง
Where is Apache main configuration file [] ?
ให้ใส่ /etc/apache2/apache2.conf ต่อท้าย ดังนี้
  1. Where is Apache main configuration file [] ?/etc/apache2/apache2.conf

  1. Where is Apache Include configuration directory [] ?/etc/apache2/sites-available


- หลังติดตั้งเสร็จ
แก้ไฟล์
  1. /etc/apache2/sites-available/z-ocsinventory-server.conf

look for the line <location / ocsinterfaace> and change the line:
require “SOAP_USER”
in
require user “SOAP_USER”

แก้ไฟล์
  1. /etc/apache2/sites-available/ocsinventory-reports.conf

changing the first line by:
Alias / /usr/share/ocsinventory-reports/ocsreports
to Alias /ocsreports /usr/share/ocsinventory-reports/ocsreports

สร้าง Link
Then create shortcuts to manage properly the Apache alias 2:
  1. cd /etc/apache2/sites-enabled/
  2.  ln -s ../sites-available/z-ocsinventory-server.conf ocsinventory.conf
  3.  ln -s ../sites-available/ocsinventory-reports.conf ocsreports.conf


Then restart the Apache web server 2:
  1. service apache2 restart


At this point you can connect all'interfacca web OCS-NG puntanto your browser to http: // IPServer / ocsreports

http://www.fastfire.org/2014/06/06/ocs-inventory-ng-on-ubuntu-14-04/

No comments:

Post a Comment