Go to file
Adam Frisby 0c77413d1f * Rex merge, remaining Region files.
* This is the last rex merge on /branches/afrisby-3/, all files have been merged, but it's highly unlikely it compiles.
2008-02-25 18:02:56 +00:00
.nant Part #2 of previous commit. 2008-02-20 08:25:07 +00:00
OpenSim * Rex merge, remaining Region files. 2008-02-25 18:02:56 +00:00
Prebuild * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
ThirdParty/TribalMedia/TribalMedia.Framework.Data * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
ThirdPartyLicenses Part #2 of previous commit. 2008-02-20 08:25:07 +00:00
bin * Rex merge, bin dir. 2008-02-23 03:09:48 +00:00
share * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
CONTRIBUTORS.txt * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
LICENSE.txt * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
OpenSim.FxCop Added realxtend server rev 830. This version has minor modifications to 0.1 release. This will be merged to 0.6b branch. 2008-02-20 08:08:03 +00:00
README.txt * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
README_opensim.txt Added realxtend server rev 830. This version has minor modifications to 0.1 release. This will be merged to 0.6b branch. 2008-02-20 08:08:03 +00:00
TESTING.txt * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
add-copyright.sh Added realxtend server rev 830. This version has minor modifications to 0.1 release. This will be merged to 0.6b branch. 2008-02-20 08:08:03 +00:00
prebuild.xml * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
runprebuild.bat * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
runprebuild.sh Added realxtend server rev 830. This version has minor modifications to 0.1 release. This will be merged to 0.6b branch. 2008-02-20 08:08:03 +00:00
runprebuild2008.bat * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00
set-eol-style.sh Added realxtend server rev 830. This version has minor modifications to 0.1 release. This will be merged to 0.6b branch. 2008-02-20 08:08:03 +00:00
update-svn-properties.py * Rex merge, random bits and pieces 2008-02-23 03:11:50 +00:00

README.txt

Welcome to OpenSim! 

Version 0.5

== OVERVIEW ==

OpenSim is a BSD Licensed Open Source project to develop a functioning
virtual worlds server platform capable of supporting multiple clients
and servers in a heterogeneous grid structure. OpenSim is written in
C#, and can run under Mono or the Microsoft .NET runtimes.

This is considered an alpha release.  Some stuff works, a lot
doesn't.  If it breaks, you get to keep *both* pieces.

== Installation on Windows ==

Prereqs:

 * Load OpenSim.sln into Visual Studio .NET and build the solution.
 * chdir bin
 * OpenSim.exe

See configuring OpenSim

== Installation on Linux ==

Prereqs:
 * Mono >= 1.2.3.1
 * Nant >= 0.85
 * sqlite3

From the distribution type:
 * nant
 * cd bin
 * mono ./OpenSim.exe

See configuring OpenSim

== Configuring OpenSim ==

When OpenSim starts for the first time, you will be prompted with a
series of questions that look something like:

[09-17 03:54:40] DEFAULT REGION CONFIG: Simulator Name [OpenSim Test]:

At each of these you must provide you own value or just hit enter to
take the default (in this case "OpenSim Test").

YOUR SIM WILL NOT BE STARTED UNTIL YOU ANSWER ALL QUESTIONS

Once you are presented with a prompt that looks like:

  Region# :

You have successfully started OpenSim.

== Connecting to your OpenSim ==

By default your sim will be running on http://127.0.0.1:9000.  To use
your OpenSim add -loginuri http://127.0.0.1:9000 to your second life
client (running on the same machine as your OpenSim).

== More Information on OpenSim ==

More extensive information on building, running, and configuring
OpenSim, as well as how to report bugs, and participate in the OpenSim
project can always be found at http://opensimulator.org.

Thanks for trying OpenSim, we hope it was a pleasant experience.