aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
authorlbsa712007-03-29 16:45:40 +0000
committerlbsa712007-03-29 16:45:40 +0000
commit44b7354cb806dce300169c4bc6cebef9a39cd6bd (patch)
treed0d988ff640357eac4b287440e8c2f9b1520da75 /README.txt
parentAdded lbsa71's http server changes. (diff)
downloadopensim-SC_OLD-44b7354cb806dce300169c4bc6cebef9a39cd6bd.zip
opensim-SC_OLD-44b7354cb806dce300169c4bc6cebef9a39cd6bd.tar.gz
opensim-SC_OLD-44b7354cb806dce300169c4bc6cebef9a39cd6bd.tar.bz2
opensim-SC_OLD-44b7354cb806dce300169c4bc6cebef9a39cd6bd.tar.xz
* changed readme to reflect current situation
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt38
1 files changed, 35 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index da62bc7..1585342 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,10 @@
1Build Instructions 1IMPORTANT NOTES
2
3* Please note that at the moment, the sandbox login server has temporary changed from 8080 to 9000 - this will (probably) change back.
4
5---
6
7BUILD INSTRUCTIONS
2 8
3=== Microsoft Visual Studio 2005 Sandbox Build === 9=== Microsoft Visual Studio 2005 Sandbox Build ===
4 10
@@ -13,7 +19,7 @@ OpenSim.exe -sandbox -loginserver
13(In something like C:\Program Files\SecondLife ) 19(In something like C:\Program Files\SecondLife )
14 20
15* run the viewer with 21* run the viewer with
16secondlife.exe -loginuri http://localhost:8080/ 22secondlife.exe -loginuri http://localhost:9000/
17 23
18* Have fun with your own sandbox! 24* Have fun with your own sandbox!
19 25
@@ -27,10 +33,18 @@ secondlife.exe -loginuri http://localhost:8080/
27 33
28* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver" 34* cd to bin/ and run "mono OpenSim.exe -sandbox -loginserver"
29 35
30=== Prebuild === 36
37
38PREBUILD
31 39
32We use Prebuild to generate vs2005 solutions and nant build scripts. 40We use Prebuild to generate vs2005 solutions and nant build scripts.
33 41
42=== Building Prebuild ===
43
44At the moment, the Prebuild exe is shipped as /bin/Prebuild.exe so you shouldn't really have to build it.
45
46But here's the instructions anyway :
47
34The Prebuild master project is /prebuild.xml 48The Prebuild master project is /prebuild.xml
35 49
36To build it with vs2005 : 50To build it with vs2005 :
@@ -44,6 +58,8 @@ To build it with nant :
44 58
45After you've built it, it will land in the root /bin/ directory, 59After you've built it, it will land in the root /bin/ directory,
46 60
61=== Modyfying the OpenSim solution ===
62
47When adding or changing projects, modify the prebuild.xml and then execute 63When adding or changing projects, modify the prebuild.xml and then execute
48 64
49bin/Prebuild.exe /target {target} 65bin/Prebuild.exe /target {target}
@@ -54,3 +70,19 @@ nant - to generate new nant build scripts
54 70
55Remember to run prebuild whenever you've added or removed files as well. 71Remember to run prebuild whenever you've added or removed files as well.
56 72
73
74LOCAL SET-UP OF OGS CONFIGURATION
75
76**NOTE: At the moment OGS is non-functionable, so this WON'T WORK **NOTE
77
78* start up bin/OpenGridServices.GridServer.exe (listens on http://localhost:8001/gridserver)
79 * just press enter to keep the defaults
80
81* start up bin/OpenGridServices.UserServer.exe (listens on http://localhost:8002/userserver)
82 * just press enter to keep the defaults
83
84* start up bin/OpenSim.exe ( listens for udp on port 9000 )
85 * just press enter to keep the defaults
86
87* start the secondlife viewer with -loginuri http://localhost:8080/
88