readme.txt 612 B

123456789101112131415161718192021
  1. How to get this working on Linux/Apache:
  2. Create a new directory /var/www/monitor and copy all files htdocs/* files there.
  3. Include these lines in /etc/apache2/httpdocs
  4. ---
  5. <Directory /var/www/monitor>
  6. Options +ExecCGI
  7. </Directory>
  8. AddHandler cgi-script .cgi
  9. ---
  10. Restart Apache: sudo /etc/init.d/apache2 restart
  11. Check that the perl XML-RPC modules is available ("sudo apt-get install librcp-xml-perl" on Ubuntu)
  12. Edit /var/www/monitor/monitor.cgi to update the IP addresses for the Grid server (TODO: improve this)
  13. Start OpenSim in grid mode, use a browser to open http://localhost/monitor/monitor.cgi