2010年11月13日 星期六

OpenSim installer for Windows

OpenSim 系統
1) download: http://opensimulator.org/wiki/Download
(windows installer 版本較舊:
http://forge.opensimulator.org/gf/project/osinstaller/frs/ )
Diva Distro from GitHub: https://github.com/diva/d2/downloads
(Select the diva-rxxxx.zip “Preconfigured Hypergridded Standalone” version)

Slides 安裝Diva教學 http://www.slideshare.net/fleep513/oln-2010-novemberopensimstep0opensimfullinstructions

2) 安裝說明:
http://opensimuser.wordpress.com/2010/03/05/updated-opensim-install-and-configuration-tutorial/
http://enlades.wordpress.com/2010/10/06/installing-opensimulator-part-2/
(configuration: http://opensimulator.org/wiki/Configuration
http://virtualunderworld.net/wordpress/?tag=opensim )

3) OpenSim Console Commands
http://virtualme.wikispaces.com/OpenSim+Console+Commands



MySQL for OpenSim:
http://liferain.com/downloads/forums/primcomposer-for-3ds-max/opensim-0-7-setup/
OpenSim.ini
Line 121: add semicolon
;storage_plugin = "OpenSim.Data.SQLite.dll"
;storage_plugin = "OpenSim.Data.SQLiteLegacy.dll"
;storage_connection_string="URI=file:OpenSim.db,version=3";
Line 130: delete semicolon (don't forget to change id and password)
storage_plugin="OpenSim.Data.MySQL.dll"
storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"

StandaloneCommon.ini
Line 9: add semicolon
;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
Line 19: delete semicolon (Don't forget to change id and password)
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"

For older opensim version (0.6)

http://opensimuser.wordpress.com/2008/07/16/opensim-mysql-install-guide/
http://zonjacapalini.wordpress.com/2009/01/03/installing-opensim-in-windows-xp-with-mysql/



FreeSwitch for OpenSim
1) for windows download:
http://wiki.freeswitch.org/wiki/Installation_Guide#Precompiled_Binaries

(http://files.freeswitch.org/windows/installer/)


2) 編輯 Freeswitch Module for opensim
說明web: http://opensimulator.org/wiki/Freeswitch_Module
(freeswitch/conf/vars.xml, freeswitch/conf/autoload_configs/conference.conf.xml 不用修改)
youtube教學 (no voice): http://www.youtube.com/watch?v=7k_xQQOcYDk