OpenSimMirror/ThirdParty/3Di/RegionMonitor/MonitorGUI/htdocs
Johan Berntsson 337a46474a Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00
..
MonitorGUI Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 2008-03-04 05:31:54 +00:00
XML Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00
MyCGI.pm Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 2008-03-04 05:31:54 +00:00
monitor.cgi Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 2008-03-04 05:31:54 +00:00
readme.txt Updated files for the loadbalancer web interface 2008-07-16 03:04:45 +00:00

readme.txt

How to get this working on Linux/Apache:

Create a new directory /var/www/monitor and copy all files htdocs/* files there.

Include these lines in /etc/apache2/httpdocs
---
<Directory /var/www/monitor>
    Options +ExecCGI
</Directory>
AddHandler cgi-script .cgi
---

Restart Apache: sudo /etc/init.d/apache2 restart

Check that the perl XML-RPC modules is available  ("sudo apt-get install librcp-xml-perl" on Ubuntu)

Edit /var/www/monitor/monitor.cgi to update the IP addresses for the Grid server (TODO: improve this)

Start OpenSim in grid mode, use a browser to open http://localhost/monitor/monitor.cgi