Difference between revisions of "CS382:OpenSim"
Jump to navigation
Jump to search
(New page: = OpenSim = This page is meant to contain information on building an OpenSim server as well as how to connect to it. Most people will only care about the first section, Connecting, but the...) |
(→Connecting) |
||
Line 3: | Line 3: | ||
== Connecting == | == Connecting == | ||
− | Connecting to an OpenSim server is very straightforward, | + | Connecting to an OpenSim server is very straightforward, depending on which client you're using. Below are outlined the two most popular methods for connecting. |
+ | |||
+ | ==== SecondLife Client ==== | ||
+ | * Download the client from http://secondlife.com/support/downloads.php<br /> | ||
+ | |||
+ | * Add <nowiki>-loginuri http://<hostname>:<port></nowiki> to the command line used to run the standard SecondLife client. | ||
+ | ** For our setup here at Earlham, <hostname> is "forty-two.cs.earlham.edu" and <port> is "9000".<br /> | ||
On MacOSX this looks like: | On MacOSX this looks like: | ||
/Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri <nowiki>http://forty-two.cs.earlham.edu:9000</nowiki> | /Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri <nowiki>http://forty-two.cs.earlham.edu:9000</nowiki> | ||
− | '' | + | ==== Hippo Client ==== |
+ | * Download the Hippo client from http://sourceforge.net/project/showfiles.php?group_id=235285&package_id=285701&release_id=643948 | ||
+ | ** DMG for MacOSX: http://dl.getdropbox.com/u/51818/HippoOpenSimViewer-040.dmg | ||
+ | |||
+ | ''More info coming soon'' | ||
== Building and Installing == | == Building and Installing == |
Latest revision as of 10:50, 26 January 2009
Contents
OpenSim
This page is meant to contain information on building an OpenSim server as well as how to connect to it. Most people will only care about the first section, Connecting, but the second section, Building and Installing, is included for reference purposes.
Connecting
Connecting to an OpenSim server is very straightforward, depending on which client you're using. Below are outlined the two most popular methods for connecting.
SecondLife Client
- Download the client from http://secondlife.com/support/downloads.php
- Add -loginuri http://<hostname>:<port> to the command line used to run the standard SecondLife client.
- For our setup here at Earlham, <hostname> is "forty-two.cs.earlham.edu" and <port> is "9000".
- For our setup here at Earlham, <hostname> is "forty-two.cs.earlham.edu" and <port> is "9000".
On MacOSX this looks like:
/Applications/Second\ Life.app/Contents/MacOS/Second\ Life -loginuri http://forty-two.cs.earlham.edu:9000
Hippo Client
- Download the Hippo client from http://sourceforge.net/project/showfiles.php?group_id=235285&package_id=285701&release_id=643948
- DMG for MacOSX: http://dl.getdropbox.com/u/51818/HippoOpenSimViewer-040.dmg
More info coming soon
Building and Installing
Installing:
Add the backports repositories by adding to /etc/apt/sources.list:
deb http://www.backports.org/debian etch-backports main contrib non-free
And then run:
aptitude update aptitude install debian-backports-keyring aptitude -t etch-backports install mono-2.0-devel libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libmono-oracle2.0-cil
Checkout the latest OpenSim source:
svn co http://opensimulator.org/svn/opensim/trunk opensim
cd to source directory and run:
./runprebuild.sh nant cd to bin/ cp OpenSim.ini.example OpenSim.ini ./OpenSim.exe
The first time this is run, it will ask a series of questions. These are self explanatory, and offer default answers.