zondag 28 februari 2010

Sim on Osgrid with Ubuntu

How to instal opensim on Ubuntu GNU/Linux and run on Osgrid

#Get and Instal Mono (repository)
#get OSgrid OpenSimulator from http://www.osgrid.org/elgg/pg/utilities/software
#untar it to a folder named opensimfolder

#look for open cooordinates on http://www.osgrid.org/elgg/pg/utilities/opencoordinates
and remember the coordinates.
#If you are behind a routermake forward port 9000 TCP & UDP to the computer.
The Router needs to have Loopback to send data back to the PC when your are accessing locally or from inside your "Home Lan
more info:
http://opensimulator.org/wiki/NAT_Loopback_Routers
http://www.portforward.com/english/routers/port_forwarding/routerindex.htm
#Get the uuid of your avatar (you can find that touching an object at Wright Plaza next to the landing place)


#Open Terminal
#type cd opensimfolder
#type cd bin
#type mono OpenSim.exe
#answer the questions you get in the Terminal
You can press 'enter' without typing anything to use the default. The default is displayed between [ ]: brackets.

New Region name []: Your RegionName Here
Region UUID [type a new UUID]: (http://www.famkruithof.net/uuid/uuidgen)
Region Location [1000,1000]: Enter the X,Y coordinates that you found on http://www.osgrid.org/elgg/pg/utilities/opencoordinates
Internal IP address [0.0.0.0]: Press Enter
Internal port [9000]: Press Enter
Allow alternate ports [False]: Press Enter
External host name [SYSTEMIP]: Enter your IP Address or DNSname
Master Avatar UUID [00000000-0000-0000-0000-000000000000]: Enter Your Users UUID Here
Master Avatar first name (enter for no master avatar) []: Enter Your FirstName Here (osgrid acountname)
Master Avatar last name []: Enter Your Lastname Here (osgrid acountname)
Master Avatar sandbox password []: Press Enter


Look at the file opensim.ini in bin and the file Regions.ini.
good place to start from messing with your first region.

With questions its good to TP to lbsa PLAZA or use the irc chat on the Osgrid website.
http://www.osgrid.org

2 opmerkingen:

  1. I use ubuntu by few weeks and i could'nt install using thoose instructions. Iwill ask polite if it is posible to have a description for install STEP BY STEP , like for novice level... Pls..

    BeantwoordenVerwijderen
  2. Really? This is the best step-by-step I've found yet.

    For ubuntu/mono install: sudo apt-get install mono-complete

    As far as I can see that is the only thing that was left out.

    BeantwoordenVerwijderen