aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
authorgareth2007-02-27 23:00:49 +0000
committergareth2007-02-27 23:00:49 +0000
commit09dd4bd6834861791008e66652826a66724efa0e (patch)
treeae2b10c3b6ce3fab4c516c6710d4fa0adafedb77 /README
parentRemoved old trunk code (diff)
downloadopensim-SC_OLD-09dd4bd6834861791008e66652826a66724efa0e.zip
opensim-SC_OLD-09dd4bd6834861791008e66652826a66724efa0e.tar.gz
opensim-SC_OLD-09dd4bd6834861791008e66652826a66724efa0e.tar.bz2
opensim-SC_OLD-09dd4bd6834861791008e66652826a66724efa0e.tar.xz
Brought in code from branches/gareth
Diffstat (limited to '')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f294295
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
1Some basic instructions on how to use OpenSim/OGS for hackers and geeks
2-------------------------------------------------
3
41.First, either get in touch with a grid owner or install the OGS server components on your own server.
52.Ask the grid owner to send you keys over a secure channel (encrypted email, paper mail, phone, encrypted IM/IRC). If you and the grid owner are not concerned about security (YOU SHOULD BE!!!) then this exchange can be done over any communications channel.
63.Edit src/Config.cs to reflect your changes or if the grid owner has provided you with a template/custom database, drop opensim.yap into bin/
74.If you edited src/Config.cs then run "nant build" at the root directory
85.With mono on Linux/BSD cd into bin/ and run "mono OpenSim.exe", On win32 just run OpenSim.exe
95.Login to the grid with a standard viewer and find your sim (note that at certain times the SVN version does not allow logins)
10
11Some basic instructions on how to use OpenSim/OGS for the laymen
12-------------------------------------------------
13
141.Ensure you either have mono or the .NET framework runtime installed
152.Find a grid owner
163.Ask the grid owner to send you connection instructions
174.Either install the grid owner's opensim.yap by placing it into the same directory as OpenSim.exe or follow their instructions
185.On Linux/BSD, go to a command prompt and type:
19cd /path/to/where/you/downloaded/
20cd bin/
21mono OpenSim.exe
226.Login to the grid in the normal way