Go to file
gareth ea28985d05 Added MW's fix for smooth movement 2007-03-04 19:12:07 +00:00
bin Updating to a version of libsecondlife that isn't thousands of years old 2007-03-04 01:33:31 +00:00
ogs Added usersessions/delete function 2007-03-02 23:26:36 +00:00
src Added MW's fix for smooth movement 2007-03-04 19:12:07 +00:00
OGS.sql Brought in other OGS server components and the all-important caffeine script 2007-02-27 23:31:14 +00:00
README Brought in code from branches/gareth 2007-02-27 23:00:49 +00:00
caffeine.sh Brought in other OGS server components and the all-important caffeine script 2007-02-27 23:31:14 +00:00
genvers.sh Brought in code from branches/gareth 2007-02-27 23:00:49 +00:00
opensim.build Got LayerData working, need asset management to get the avatar to display 2007-02-28 17:01:25 +00:00
opensim.mdp Adding monodevelop project 2007-02-28 22:17:59 +00:00
opensim.mds Adding monodevelop project 2007-02-28 22:17:59 +00:00

README

Some basic instructions on how to use OpenSim/OGS for hackers and geeks
-------------------------------------------------

1.First, either get in touch with a grid owner or install the OGS server components on your own server.
2.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.
3.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/
4.If you edited src/Config.cs then run "nant build" at the root directory
5.With mono on Linux/BSD cd into bin/ and run "mono OpenSim.exe", On win32 just run OpenSim.exe
5.Login to the grid with a standard viewer and find your sim (note that at certain times the SVN version does not allow logins)

Some basic instructions on how to use OpenSim/OGS for the laymen
-------------------------------------------------

1.Ensure you either have mono or the .NET framework runtime installed
2.Find a grid owner
3.Ask the grid owner to send you connection instructions
4.Either install the grid owner's opensim.yap by placing it into the same directory as OpenSim.exe or follow their instructions
5.On Linux/BSD, go to a command prompt and type:
cd /path/to/where/you/downloaded/
cd bin/
mono OpenSim.exe
6.Login to the grid in the normal way