OSX OpenSim local sandbox
Here is the long promised instructions for using the pre-compiled version of OpenSim provided by OsGrid to make a local sandbox version of OpenSim.
This will utilize the inbuilt database and allow you to test and build stuff on a local computer – which you could then export to a live grid such as SL or ReactionGrid…
_____________
tested (most recently) on OSX 10.6.2 and OSgrid OpenSimulator 0.6.8.96be5e5
These instructions work for me.. It might be a good idea to do a time machine backup before ferreting around in the terminal…just in case)
1. install mono: mono is the underlying framework that OpenSim runs on – the code that runs the code that runs openSim http://www.mono-project.com (to install you pretty much just double click and accept and put in password)
2. download the prebuilt version of openSim from OsGrid webpage: http://www.osgrid.org/elgg/pg/utilities/software
3. unpack and move the ‘bin’ folder to a new folder called opensim in your root user directory (ie: the folder with the little house picture and your user name)
4. open the ‘bin’ folder by double clicking (there are LOTS of files in here be careful with the next two instructions to choose the right ones)
5. rename the file opensim.ini to opensim.ini.osgrid
6. rename opensim.ini.example to opensim.ini
7. open a terminal window (applications –> utilities –> terminal)
8. move to the right directory in the terminal by typing “cd ~/opensim/bin” (no quote marks)
9. then type “mono OpenSim.exe” (without the quote marks)
10. lots of text will scrawl past then you need to add some details… The fields –> ‘new region name’ , ‘ master avatar first name’ , ‘master avatar last name’ and ‘master avatar sandbox password’ all need your attention.. The rest you can hit enter (which chooses the default)
11. more text will scroll and it might take a minute or so, but you will end up with a command prompt saying Region (myRegionName) #
12. login using meerkat (download from http://meerkatviewer.org/ )–> start meerkat –> choose ‘local’ in the pull down grid menu –> login using the credentials you specified above
13. you should appear as ‘ruth’ on a small island in the middle of a large expanse of water
14. to shutdown OpenSim go back to the terminal window and type ‘shutdown’
15. now got to http://opensimulator.org/wiki/Server_Commands and read up on all the other stuff you can do with your local install..
** if you mess something up in step 10, the easiest thing to do is delete the file userName/opensim/bin/Regions/regions.ini and then start again at step 7.
(hope these steps are useful – but remember if any of it is unfamiliar to you to do a backup first)
