From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Justincc (Talk) to last version by Phrearch)
(Undo revision 18734 by Justincc (Talk))
Line 6: Line 6:
 
* [[Download]] - Download instructions
 
* [[Download]] - Download instructions
 
* [[Dependencies]] - The other packages you need to install that OpenSim relies upon
 
* [[Dependencies]] - The other packages you need to install that OpenSim relies upon
* [[Build Instructions]] - How to build and compile OpenSim from Source
+
* [[Build Instructions]] - How to build and compile OpenSim from source
* [[Configuration]] - How to configure your OpenSim server up and running
+
* [[Configuration]] - How to configure OpenSim so you can get the server up and running
 
* [[Upgrading]] - How to upgrade your OpenSim version so that you can use your existing data
 
* [[Upgrading]] - How to upgrade your OpenSim version so that you can use your existing data
 
* [[Connecting]] - How to connect a compatible viewer to OpenSim
 
* [[Connecting]] - How to connect a compatible viewer to OpenSim
 
* [[Troubleshooting]] - How to trouble shoot your OpenSim installation.
 
* [[Troubleshooting]] - How to trouble shoot your OpenSim installation.
 
* [[Tips]] - Useful tips from users like you
 
* [[Tips]] - Useful tips from users like you
 +
* [[OpenSim Graphics]] - Graphics that can be used on OpenSimulator websites, viewer login pages or products.
 
* [[FAQ]] - Frequently Asked Questions
 
* [[FAQ]] - Frequently Asked Questions
 
* [[Technical Reference]] - Technical Reference Guide
 
* [[Technical Reference]] - Technical Reference Guide
Line 17: Line 18:
 
==Administrator Guide==
 
==Administrator Guide==
 
* [[Server Commands]] - Commands to control OpenSim
 
* [[Server Commands]] - Commands to control OpenSim
* [[OpenSim Database support]] - Dealing with databases
+
* [[Useful_Queries]] - Some useful queries for manipulating the OpenSim database.
 
* [[Logging]] - Logging in OpenSim
 
* [[Logging]] - Logging in OpenSim
* [[Custom Libraries]] - Describes how to add custom content to your OpenSim server
 
 
* [[Automating Tasks]] - How to make administrating a walk in the park
 
* [[Automating Tasks]] - How to make administrating a walk in the park
 
* [[Network Settings]] - NAT, Ports, Services and more...
 
* [[Network Settings]] - NAT, Ports, Services and more...
 
* [[Management]] - All about being an effective administrator/moderator
 
* [[Management]] - All about being an effective administrator/moderator
 
* [[RemoteAdmin]] - Using the XMLRPC administration interface for executing commands remotely
 
* [[RemoteAdmin]] - Using the XMLRPC administration interface for executing commands remotely
 +
* [[RestConsole]] - Using the remote console.
 
* [[Performance]] - How to tweak OpenSim's performance
 
* [[Performance]] - How to tweak OpenSim's performance
 
* [[Console-less OpenSim]] - How to run OpenSim without console
 
* [[Console-less OpenSim]] - How to run OpenSim without console
 
* [[Backups]] - How to backup your OpenSim data.
 
* [[Backups]] - How to backup your OpenSim data.
  
==Core Facilities==
+
==Core Features==
 +
* [[Feature Matrix]] - Matrix of features currently implemented by OpenSim.
 
* [[OpenSim Archives]] - Loading and saving whole region archives with OpenSim
 
* [[OpenSim Archives]] - Loading and saving whole region archives with OpenSim
 
* [[Inventory Archives|OpenSim Inventory Archives]] - Loading and saving user inventory items and folders with OpenSim
 
* [[Inventory Archives|OpenSim Inventory Archives]] - Loading and saving user inventory items and folders with OpenSim
 +
* [[Custom Libraries]] - Describes how to add custom content to your OpenSim server
 
* [[IRCBridgeModule]] - A core OpenSim module for integrating IRC with a simulator.
 
* [[IRCBridgeModule]] - A core OpenSim module for integrating IRC with a simulator.
 
* [[Hypergrid]] - Information about how to configure the experimental hypergrid architecture
 
* [[Hypergrid]] - Information about how to configure the experimental hypergrid architecture
 
* [[GridInfo]] - how to provide information about your grid to smart clients
 
* [[GridInfo]] - how to provide information about your grid to smart clients
 +
* [[PhysicsEngines]]  — Options for physics engines in OpenSim.
 +
 +
==Experimental Features==
 +
*[[Setting Up Mega-Regions]]
 +
 +
==Scripting==
 +
* [[Scripting Documentation]] - Everything you need to know about OpenSim scripting
 +
* [[Scripting Library]] - A list of example scripts
  
 
==RealXtend==
 
==RealXtend==
Line 39: Line 50:
 
* [[RealXtend Viewer Linux]] - This tutorial describes how to use the RealXtend viewer on Linux, using wine
 
* [[RealXtend Viewer Linux]] - This tutorial describes how to use the RealXtend viewer on Linux, using wine
 
* [[Naali Viewer Linux]] - Describes how to compile the Naali viewer on a Kubuntu system
 
* [[Naali Viewer Linux]] - Describes how to compile the Naali viewer on a Kubuntu system
==Scripting==
 
* [[Scripting Documentation]] - Everything you need to know about OpenSim scripting
 
* [[Scripting Library]] - A list of example scripts
 
  
 
==Tutorials==
 
==Tutorials==
Line 65: Line 73:
 
* [[OpenSimSearch]] - Search for your OpenSim
 
* [[OpenSimSearch]] - Search for your OpenSim
 
* [[ServerStats]] - RRD/Proc serverstats using the OpenSim module for Berlios Serverstats (Linux)
 
* [[ServerStats]] - RRD/Proc serverstats using the OpenSim module for Berlios Serverstats (Linux)
 
==Contribution Policy==
 
* [[User_Wiki_Conventions|User Wiki Conventions]] - Read this carefully, before adding content to the wiki
 
  
  

Revision as of 08:47, 23 August 2010

Technical Reference -> Terms -> User Documentation

Contents

Initial Setup

  • Download - Download instructions
  • Dependencies - The other packages you need to install that OpenSim relies upon
  • Build Instructions - How to build and compile OpenSim from source
  • Configuration - How to configure OpenSim so you can get the server up and running
  • Upgrading - How to upgrade your OpenSim version so that you can use your existing data
  • Connecting - How to connect a compatible viewer to OpenSim
  • Troubleshooting - How to trouble shoot your OpenSim installation.
  • Tips - Useful tips from users like you
  • OpenSim Graphics - Graphics that can be used on OpenSimulator websites, viewer login pages or products.
  • FAQ - Frequently Asked Questions
  • Technical Reference - Technical Reference Guide

Administrator Guide

Core Features

  • Feature Matrix - Matrix of features currently implemented by OpenSim.
  • OpenSim Archives - Loading and saving whole region archives with OpenSim
  • OpenSim Inventory Archives - Loading and saving user inventory items and folders with OpenSim
  • Custom Libraries - Describes how to add custom content to your OpenSim server
  • IRCBridgeModule - A core OpenSim module for integrating IRC with a simulator.
  • Hypergrid - Information about how to configure the experimental hypergrid architecture
  • GridInfo - how to provide information about your grid to smart clients
  • PhysicsEngines — Options for physics engines in OpenSim.

Experimental Features

Scripting

RealXtend

  • ModRex - How to setup the RealXtend server module
  • RealXtend Viewer Linux - This tutorial describes how to use the RealXtend viewer on Linux, using wine
  • Naali Viewer Linux - Describes how to compile the Naali viewer on a Kubuntu system

Tutorials

Platform specific

  • Chapter & Metaverse - Full suite of tutorials, tips and tricks, for the Windows user (Windows) Also very useful for Linux users!

Cross-platform

Gforge Projects

  • OpenSimSearch - Search for your OpenSim
  • ServerStats - RRD/Proc serverstats using the OpenSim module for Berlios Serverstats (Linux)

UNIQ2f50b4d0573ae278-cleanpage-00000000-QINU

Personal tools
General
About This Wiki