Linux Gridserver
From OpenSimulator
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: