README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. INTRODUCTION
  2. This is a Opensim UGAI server compatible implementation.
  3. It is written in Perl, based on apache (CGI or mod_perl)
  4. Not all of the functions of UGAI server are implemented, but currently,
  5. it supports the whole user login process and most of the operations on
  6. inventory, asset.
  7. The main purpose of this implemetation is to improve UGAI server's
  8. * stability - That's what Apache was born to do
  9. * scability - You can use reliable technology such as load balancing,
  10. clustering that have been used for years.
  11. IMPLEMENTATION
  12. "*.cgi" are the server programs, for example of user server:
  13. opensim -> http://127.0.0.1:8002
  14. here -> http://127.0.0.1/user.cgi
  15. "lib" includes library file (*.pm) used by cgis.
  16. "test" includes testcases. Instructions are included in "*.pl" files.
  17. INSTALLNATION & CONFIGURATION
  18. * additional perl packages (Fedora, Suse, CentOS rpms available)
  19. DBI
  20. DBD::mysql
  21. Data::UUID
  22. * A sample apache configuration file is included in "conf"
  23. http-vhost.conf
  24. mod_perl-startup.pl
  25. * lib/OpenSim/Config.pm need to be configured to fit your environment.
  26. Please follow the comment in that file.
  27. CONTACT
  28. [email protected]