aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/perl/README
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-08 11:19:34 +0000
committerJustin Clarke Casey2008-04-08 11:19:34 +0000
commit0c601b73125d1bc120e248149bf4d83ecc27f1c2 (patch)
tree6c12f957e3cedda58a725b25e43b9595124bfb54 /share/perl/README
parent* Added stretchable ellipsoid support with configurable LOD. It's actually a... (diff)
downloadopensim-SC_OLD-0c601b73125d1bc120e248149bf4d83ecc27f1c2.zip
opensim-SC_OLD-0c601b73125d1bc120e248149bf4d83ecc27f1c2.tar.gz
opensim-SC_OLD-0c601b73125d1bc120e248149bf4d83ecc27f1c2.tar.bz2
opensim-SC_OLD-0c601b73125d1bc120e248149bf4d83ecc27f1c2.tar.xz
* Removing lulurun's perl UGAI from core svn, pending a link to an external repository, as per mailing list discussion.
Diffstat (limited to 'share/perl/README')
-rw-r--r--share/perl/README40
1 files changed, 0 insertions, 40 deletions
diff --git a/share/perl/README b/share/perl/README
deleted file mode 100644
index 28bd9bf..0000000
--- a/share/perl/README
+++ /dev/null
@@ -1,40 +0,0 @@
1INTRODUCTION
2
3This is a Opensim UGAI server compatible implementation.
4It is written in Perl, based on apache (CGI or mod_perl)
5Not all of the functions of UGAI server are implemented, but currently,
6it supports the whole user login process and most of the operations on
7inventory, asset.
8
9The main purpose of this implemetation is to improve UGAI server's
10* stability - That's what Apache was born to do
11* scability - You can use reliable technology such as load balancing,
12 clustering that have been used for years.
13
14IMPLEMENTATION
15
16"*.cgi" are the server programs, for example of user server:
17opensim -> http://127.0.0.1:8002
18here -> http://127.0.0.1/user.cgi
19
20"lib" includes library file (*.pm) used by cgis.
21"test" includes testcases. Instructions are included in "*.pl" files.
22
23INSTALLNATION & CONFIGURATION
24
25* additional perl packages (Fedora, Suse, CentOS rpms available)
26 DBI
27 DBD::mysql
28 Data::UUID
29
30* A sample apache configuration file is included in "conf"
31 http-vhost.conf
32 mod_perl-startup.pl
33
34* lib/OpenSim/Config.pm need to be configured to fit your environment.
35 Please follow the comment in that file.
36
37CONTACT
38
39lulurun@gmail.com
40