OpenSim: Running
From OpenSimulator
(Difference between revisions)
(→Using Mono) |
|||
Line 3: | Line 3: | ||
== StandAlone == | == StandAlone == | ||
− | + | === Windows === | |
+ | |||
cd bin | cd bin | ||
OpenSim.exe | OpenSim.exe | ||
− | SecondLife.exe -loginuri http://127.0.0.1:9000 | + | Connect using the Second Life client: |
− | SecondLife.exe -loginuri http://localhost:9000 | + | |
+ | SecondLife.exe -loginuri http://127.0.0.1:9000 | ||
+ | |||
+ | or | ||
+ | |||
+ | SecondLife.exe -loginuri http://localhost:9000 | ||
+ | |||
+ | or | ||
+ | |||
SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000 | SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000 | ||
− | + | === Linux === | |
+ | |||
cd bin | cd bin | ||
mono OpenSim.exe | mono OpenSim.exe | ||
− | ./secondlife -loginuri http://127.0.0.1:9000 | + | Connect using the Second Life client: |
− | ./secondlife -loginuri http://localhost:9000 | + | |
+ | ./secondlife -loginuri http://127.0.0.1:9000 | ||
+ | |||
+ | or | ||
+ | |||
+ | ./secondlife -loginuri http://localhost:9000 | ||
+ | |||
+ | or | ||
+ | |||
./secondlife -loginuri http://ipAddrOfYourSystem:9000 | ./secondlife -loginuri http://ipAddrOfYourSystem:9000 | ||
− | == Local Grid | + | == Local Grid == |
+ | |||
+ | Start the UGAS services - UGAS means User, Grid, Asset & Sim, in that order. | ||
+ | |||
+ | === Windows === | ||
− | |||
cd bin | cd bin | ||
OpenSim.Grid.UserServer.exe | OpenSim.Grid.UserServer.exe | ||
Line 27: | Line 48: | ||
OpenSim.Grid.AssetServer.exe | OpenSim.Grid.AssetServer.exe | ||
OpenSim.exe | OpenSim.exe | ||
+ | |||
+ | Connect using the Second Life client: | ||
SecondLife.exe -loginuri http://ipAddr:8002 | SecondLife.exe -loginuri http://ipAddr:8002 | ||
− | + | === Linux === | |
+ | |||
cd bin | cd bin | ||
mono OpenSim.Grid.UserServer.exe | mono OpenSim.Grid.UserServer.exe | ||
mono OpenSim.Grid.GridServer.exe | mono OpenSim.Grid.GridServer.exe | ||
− | mono OpenSim.Grid. | + | mono OpenSim.Grid.AssetServer.exe |
− | + | mono OpenSim.exe | |
+ | |||
+ | Connect using the Second Life client: | ||
+ | |||
./secondlife -loginuri http://ipAddr:8002 | ./secondlife -loginuri http://ipAddr:8002 | ||
== Public Grid (www.deepgrid.com, www.osgrid.org, or others) == | == Public Grid (www.deepgrid.com, www.osgrid.org, or others) == | ||
− | + | === Windows === | |
+ | |||
cd bin | cd bin | ||
OpenSim.exe -gridmode | OpenSim.exe -gridmode | ||
Line 47: | Line 75: | ||
SecondLife.exe -loginuri http://osgrid.org:8002 (for osgrid) | SecondLife.exe -loginuri http://osgrid.org:8002 (for osgrid) | ||
− | + | === Linux === | |
+ | |||
cd bin | cd bin | ||
mono OpenSim.exe -gridmode | mono OpenSim.exe -gridmode | ||
Line 53: | Line 82: | ||
./secondlife -loginuri http://user.deepgrid.com:8002 (for deepgrid) | ./secondlife -loginuri http://user.deepgrid.com:8002 (for deepgrid) | ||
./secondlife -loginuri http://osgrid.org:8002 (for osgrid) | ./secondlife -loginuri http://osgrid.org:8002 (for osgrid) | ||
− | |||
In all cases, start up the client with a -loginuri argument to connect to the sim. | In all cases, start up the client with a -loginuri argument to connect to the sim. |
Revision as of 04:05, 4 August 2007
There are three ways to run OpenSim
Contents |
StandAlone
Windows
cd bin OpenSim.exe
Connect using the Second Life client:
SecondLife.exe -loginuri http://127.0.0.1:9000
or
SecondLife.exe -loginuri http://localhost:9000
or
SecondLife.exe -loginuri http://ipAddrOfYourSystem:9000
Linux
cd bin mono OpenSim.exe
Connect using the Second Life client:
./secondlife -loginuri http://127.0.0.1:9000
or
./secondlife -loginuri http://localhost:9000
or
./secondlife -loginuri http://ipAddrOfYourSystem:9000
Local Grid
Start the UGAS services - UGAS means User, Grid, Asset & Sim, in that order.
Windows
cd bin OpenSim.Grid.UserServer.exe OpenSim.Grid.GridServer.exe OpenSim.Grid.AssetServer.exe OpenSim.exe
Connect using the Second Life client:
SecondLife.exe -loginuri http://ipAddr:8002
Linux
cd bin mono OpenSim.Grid.UserServer.exe mono OpenSim.Grid.GridServer.exe mono OpenSim.Grid.AssetServer.exe mono OpenSim.exe
Connect using the Second Life client:
./secondlife -loginuri http://ipAddr:8002
Public Grid (www.deepgrid.com, www.osgrid.org, or others)
Windows
cd bin OpenSim.exe -gridmode
SecondLife.exe -loginuri http://user.deepgrid.com:8002 (for deepgrid) SecondLife.exe -loginuri http://osgrid.org:8002 (for osgrid)
Linux
cd bin mono OpenSim.exe -gridmode
./secondlife -loginuri http://user.deepgrid.com:8002 (for deepgrid) ./secondlife -loginuri http://osgrid.org:8002 (for osgrid)
In all cases, start up the client with a -loginuri argument to connect to the sim.