Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.69 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Setting up the third party User Profile module for OpenSimulator
  2.  
  3.  
  4. Obtaining the osprofile code, module and supporting components:
  5. svn checkout --username developername http://forge.opensimulator.org/svn/osprofile
  6.  
  7. SQL scripts for the MySQL server to update the database schemae are found at osprofile/trunk/webroot/sql
  8.  
  9. Module binary is in osprofile/trunk/bin
  10.  
  11. PHP scripts are in osprofile/webroot
  12.  
  13. Example configs for regions and for HG Robust are in osprofile/trunk/OpenSimProfile/
  14.  
  15. Source/build files are found in osprofile/trunk/OpenSimProfile. These are not required for simple installations.
  16.  
  17.  
  18. 1. Configure database access for opensim's SQL user on the new osprofile database.
  19.  
  20. 2. use readily available mysql client to update database schemae using the scripts provided. This is accomplished by using the script execution feature of the mysql client,
  21. the method for which will vary depending upon the client used. Protip: use a familiar mysql client or consult the documentation for your client beforehand.
  22. NOTE that the 'update' scripts are for use in updating a pre-existing user profile service.
  23.  
  24. 3. copy or move the binary to the opensim bin directory for the simulator where profile services are being installed.
  25.  
  26. 4. update configuration files as per the provided examples.
  27.  
  28. 5. create a subfolder in the web root of your apache server to host the service's PHP XmlRpc support (you do have an apache/PHP stack installed and operational amirite)
  29. NOTE that if you are installing on an MPM apache server on a *nix box, this will likely involve establishing a virtual host configuration complete the installation of this web component
  30.  
  31. 6. restart the newly configured simulator(s)
  32.  
  33. 7. test