Linux Gridserver

From OpenSimulator

Revision as of 06:37, 20 February 2008 by Phrearch (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Step 1: Install the software

We are going to install the opensim server(0.5 stable) in the /opt directory from the terminal...

su root
cd /opt
svn co http://opensimulator.org/svn/opensim/tags/0.5.0-release opensim

Step 2: Binary/Library preparation

Now we build opensim, and create the proper directory structure for future updates...

cd opensim
sh ./runprebuild.sh
nant

After a succesful build, we are going to create additional directories...

mkdir libraries
mkdir production
mv OpenSim production
mv bin production

Testrun opensim by executing it:

mono /opt/opensim/production/bin/OpenSim.exe 

/opt/opensim/production ==Step 3:

Personal tools
General
About This Wiki