OpenSIM on Ubuntu
I have created a new virtual server in VMWare-server that I will test open sim on. I'll try to wite down all needed software installation for get open sim running. The comuter have Ubuntu server 7.04, 256 Mb of memory and 8 Gb disk. I have installed the base system only and make a user for me.
Fist i need subversion installed to get the source code.
sudo apt-get install subversion
Then download the source code from subversion, both opensin and libsecondlife is needed:
cd
svn co http://opensimulator.org/svn/opensim/trunk opensim
svn co svn://opensecondlife.org/libsl/trunk libsecondlife
Installed needed packed to compile libseondlife and opensim:
sudo apt-get install mono nant nunit mono-gmcs build-essential mono-mjs sudo apt-get install libmono-microsoft8.0-cil libmono-system-runtime2.0-cil cd libsecondlife/openjpeg-libsl/ make
Compile opensim
cd ~/opensim ./runprebuild.sh nant
Install opensim, I prefer to have a copy of the binaries to work and configure, this is done by making a new directory and copy the bin directory to that location.
mkdir ~/balpworld cp -r bin/ ~/balpworld/ cp ~/libsecondlife/openjpeg-libsl/*so .
Start opensim, the first time it have to be configured:
[09-17 05:51:27] DEFAULT REGION CONFIG: Simulator Name [OpenSim Test]: Balp World [09-17 05:52:27] DEFAULT REGION CONFIG: Grid Location (X Axis) [1000]: 1000 [09-17 05:52:48] DEFAULT REGION CONFIG: Grid Location (Y Axis) [1000]: 1000 [09-17 05:52:50] DEFAULT REGION CONFIG: Filename for local storage [OpenSim.db]: balpworld.db [09-17 05:53:12] DEFAULT REGION CONFIG: Internal IP Address for incoming UDP client connections [0.0.0.0]: 83.140.215.86 [09-17 05:54:00] DEFAULT REGION CONFIG: Internal IP Port for incoming UDP client connections [9000]: [09-17 05:54:03] DEFAULT REGION CONFIG: External Host Name [127.0.0.1]: 83.140.215.86 [09-17 05:54:17] DEFAULT REGION CONFIG: First Name of Master Avatar [Test]: [09-17 05:54:24] DEFAULT REGION CONFIG: Last Name of Master Avatar [User]: [09-17 05:54:25] DEFAULT REGION CONFIG: (Sandbox Mode Only)Password for Master Avatar account [test]:
conect secondlife client to the world:
./secondlife -loginuri http://83.140.215.36:9000/ -login Test User test
Popularity: 5% [?]
Additional comments powered by BackType