ขั้นตอนการติดตั้งคล้ายกับ Version เก่า และบน Ubuntu 10.04 Server
https://intranet.sci.com/blog.php?u=281&b=670
ที่แตกต่างมีดังนี้
- ติดตั้งโปรแกรมเพิ่ม
- apt-get install libcompress-zlib-perl
ต้องติดตั้ง แทน
- apt-get install perl
- ติดตั้งโปรแกรมเพิ่ม
- cpan -i Archive::Zip
- ขั้นตอนการติดตั้ง
Where is Apache main configuration file [] ?
ให้ใส่ /etc/apache2/apache2.conf ต่อท้าย ดังนี้
- Where is Apache main configuration file [] ?/etc/apache2/apache2.conf
- Where is Apache Include configuration directory [] ?/etc/apache2/sites-available
- หลังติดตั้งเสร็จ
แก้ไฟล์
- /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”
แก้ไฟล์
- /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:
- cd /etc/apache2/sites-enabled/
- ln -s ../sites-available/z-ocsinventory-server.conf ocsinventory.conf
- ln -s ../sites-available/ocsinventory-reports.conf ocsreports.conf
Then restart the Apache web server 2:
- 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