flagflag  If you want to see English page, please click "English" Button at Left.
4: 2010-09-29 (水) 19:13:20 admin ソース 現: 2012-04-21 (土) 23:00:28 iseki ソース
Line 1: Line 1:
-** Common Simple Initial Settings of [[XoopenSim>XoopenSim (E)]] and [[Modlos>Modlos (E)]] [#rf5583ad] +** Common Simple Initial Settings of [[XoopenSim>XoopenSim (E)]] & [[Modlos>Modlos (E)]] [#rf5583ad] 
-- [[日本語>http://www.nsl.tuis.ac.jp/xoops/modules​/xpwiki/?OpenSim%2FWEB%20Interface%2FCom​mon%20Simple%20Settings]]+- [[日本語 はここ>http://www.nsl.tuis.ac.jp/xoops/modules​/xpwiki/?OpenSim%2FWEB%20Interface%2FCom​mon%20Simple%20Settings]] 
 + 
 +- Explanatory notes 
 +-- ''XOOPS_URL'' is top site URL of Xoops Cube, and ''MOODLE_URL'' is top site URL of Moodle. 
 +-- ''CMS_MODULE_PATH'' is directory path that [[XoopenSim>XoopenSim (E)]] or [[Modlos>Modlos (E)]] is installed. 
 +#br
*** Program for image processing  [#c4b6383b] *** Program for image processing  [#c4b6383b]
--Preferences+- It is necessary to specify either of the following programs by ''preferences'' for the processing of JPEG2000 to display the image in the avatar profile of [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]]. 
 +- Perhaps, this function doesn't operate in MS Windows. Please teach us, if there is a person who knows the processor of JPEG2000 (conversion commands) in MS Windows. 
 + 
 +**** [[Imagick>imagick]] of PHP [#z66b7283] 
 +- [[Imagick>imagick]] is PHP module for ImageMagick 
 +- When imagick module is not in the package of the distribution, it is installed by using [[Pecl]]. 
 +- If you are lucky, it might work at MS Windows. 
 + 
 +**** ImageMagick [#sde27726] 
 +- It seems that package of ImageMagick exists in most Linux distributions. However, the processing function of JPEG2000 is not necessarily included in ImageMagick. 
 +- At CentOS, ImageMagick has not the processing function for JPEG2000. 
 + 
 +**** JasPer [#pd3b38ae] 
 +- JasPer is tool and library for JPEG2000 
 +- The processing function for JPEG2000 of ImageMagick uses library of JasPer, too. 
 +- If ImageMagick has not the processing function for JPEG2000, you should install JasPer 
 +- But, current JasPer has bug about alpha channel of JPEG2000. JasPer can not process JPEG2000 that has alpha channel. 
 + 
 +- If you want to process image with alpha channel,  you should install JasPer and [[''j2k_to_image''>OpenJpeg]] command of ''OpenJpeg''.
#br #br
-*** Helper Function [#t56a6685]+*** Helper URI [#t56a6685] 
 +- When SL Viwer is used, following URI is specified for ''-helperuri'' for starting option. 
 +-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/​xoopensim/helper/'' 
 +-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos/helper/'' 
 +-- However, if the guest user doesn't have the access permission of the module, it becomes inaccessible XOOPS_URL/modules/xoopensim/helper/ for XoopenSim. 
 + 
 +- When Hippo Viewer or other 3rd party viewer is used, following URI are set as ''Helper URI'' on setting screen of Grid. 
 +-- ex.) for XoopenSim: ''XOOPS_URL/modules/​xoopensim/helper/'' 
 +-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/'' 
 + 
 +- In the viewer with the ''Get Grid Info'' function like the Hippo Viewer, if ''Helper URI'' is specified for ''economy'' of the [GridInfoService] section of Robust.ini, Viewer is able to set this information automatically. 
 +-- ex.) Robust.ini for XoopenSim 
 + [GridInfoService] 
 +   ; helper uri: optional: if it exists if will be used to tell the client to use 
 +   ;                      this for all economy related things 
 +   ; currently unused 
 +   economy = http://www.nsl.tuis.ac.jp/xoops/modules/​xoopensim/helper/ 
 + 
 +**** added functions by "Helper URL" [#p272f90f] 
 +- Helper Function of currency: 
 +-- Sales of the object and land with L$0 become possible. 
 +-- ''Banker Avatar is available'' with DTL/NSL Currency Server 
 +- Helper Function of landtool: 
 +-- The land subdividing and integration become possible. 
 +-- The sales setting of land becomes possible.
#br #br
*** Login Screen [#k26dcfea] *** Login Screen [#k26dcfea]
 +- The ''Login Screen'' function is supported since v1.5.0 of XoopenSim/Modlos.
 +
 +- When SL Viwer is used, following URI is specified for ''-loginpage'' for starting option.
 +-- ex.) for XoopenSim: ''-helperuri XOOPS_URL/modules/​xoopensim/helper/loginpage.php''
 +-- ex.) for Modlos: ''-helperuri MOODLE_URL/blocks/modlos/helper/loginpag​e.php''
 +-- However, if the guest user doesn't have the access permission of the module, it becomes inaccessible XOOPS_URL/modules/xoopensim/helper/login​page.php for XoopenSim.
 +
 +- When Hippo Viewer or other 3rd party viewer is used, following URI are set as ''Lgoin Page'' on setting screen of Grid.
 +-- ex.) for XoopenSim: ''XOOPS_URL/modules/​xoopensim/helper/loginpage.php''
 +-- ex.) for Modlos: ''MOODLE_URL/blocks/modlos/helper/loginp​age.php''
 +
 +- In the viewer with the ''Get Grid Info'' function like the Hippo Viewer, if ''Login Page'' is specified for ''welcome'' of the [GridInfoService] section of Robust.ini, Viewer is able to set this information automatically.
 +-- ex.) Robust.ini for Modlos
 + [GridInfoService]
 +   ; login page: optional: if it exists it will be used to tell the client to use
 +   ;                      this as splash page
 +   ; currently unused
 +   welcome = http://el.nsl.tuis.ac.jp/moodle/blocks/m​odlos/helper/loginpage.php
 +
 +- You can edit ''[[Alert Infomation Box>#sfc1c498]]'' at management screen
 +- Login Screen image files are ''login1.jpg - login4.jpg'' in ''CMS_MODULE_PATH/opensimwiredux/images/​login_screens'' directory. So, you can change thoes image files.
 +- Logo image file is ''CMS_MODULE_PATH/opensimwiredux/images/​login_screens/logo.png''
#br #br
*** World Map [#h2a424c2] *** World Map [#h2a424c2]
-- OpenSim.ini+- Enable Map modules in OpenSim.ini
-enable Map modules+
 WorldMapModule = "WorldMap"  WorldMapModule = "WorldMap"
 MapImageModule = "MapImageModule"  MapImageModule = "MapImageModule"
- OpenSim 0.7.x has bug of World Map function. Therefore, XoopenSim/Modlos can not display the SIM icon on World Map normally. Please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_r13094_worl​dmap.patch]].  This patch is included in [[our OpenSim Patches for 0.7>http://www.nsl.tuis.ac.jp/xoops/modu​les/d3downloads/index.php?page=singlefil​e&cid=8&lid=17]], too. - OpenSim 0.7.x has bug of World Map function. Therefore, XoopenSim/Modlos can not display the SIM icon on World Map normally. Please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_r13094_worl​dmap.patch]].  This patch is included in [[our OpenSim Patches for 0.7>http://www.nsl.tuis.ac.jp/xoops/modu​les/d3downloads/index.php?page=singlefil​e&cid=8&lid=17]], too.
 +- If you apply this "OpenSim Patches for 0.7" to 0.7.0.2, rej file is created. But, do not worry because it is a normal result.
#br #br
*** Region Statistics [#j8ee7a51] *** Region Statistics [#j8ee7a51]
 +- When the following settings are specified in OpenSim.ini at the [WebStats] section, the stats of the region server can be displayed from the link of IP Addresses of the ''Regions List'' (Link is displayed for manager only).
 +- However, if URL is manual input, even the guest user can see stats of region server, though the link of IP addresses is displayed for manager only.
 + [WebStats]
 +     enabled=true
#br #br
- 
*** Flotsam Group Function [#nad989a8] *** Flotsam Group Function [#nad989a8]
 +- It is possible to use Group Function at OpenSim
 +- When XoopenSim or Modlos is installed, needed DB is installed automatically.
 +- You should set OpenSim.ini with same read/write key that be set in ''preference''.
 +- For XoopenSim, if the guest user doesn't have the access permission to the module, helper/xmlgroups.php cannot be started and avatar fails in log in.
 +#br
 +
 +**** Settings (0.7) [#d469f5c9]
 +- ex.) for XoopenSim
 + [Groups]
 +   Enabled = true
 +   Module  = GroupsModule
 +   NoticesEnabled  = true
 + 
 +   MessagingModule = GroupsMessagingModule
 +   MessagingEnabled = true
 + 
 +   ServicesConnectorModule = XmlRpcGroupsServicesConnector
 +   GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
 +   XmlRpcServiceReadKey  = "Read Key"
 +   XmlRpcServiceWriteKey = "Write Key"
 +
 +**** Settings (0.6.x) [#n6144386]
 +- ex.) for XoopenSim
 + [Groups]
 +   Enabled = true
 +   Module  = GroupsModule
 +   DebugEnabled    = false
 + 
 +   ServicesConnectorModule = XmlRpcGroupsServicesConnector
 +   XmlRpcServiceURL        = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
 +   XmlRpcServiceReadKey    = "Read Key"
 +   XmlRpcServiceWriteKey  = "Write Key"
 +- The Group function of this version is a unverification in Modlos.
#br #br
*** Offline Message and Mute List [#re3a5103] *** Offline Message and Mute List [#re3a5103]
 +- The Offline message and the Mute list function are set in the [Messaging] section of OpenSim.ini.
 +- When XoopenSim or Modlos is installed, needed DB is installed automatically.
 +- When the Mute list function is used, ''NSLModules.Messaging.MuteList.dll'' in ''nsl.modules/bin'' of XoopenSim/Modlos should be copied onto the ''bin'' directory of OpenSim.
#br #br
-*** OS Profile [#ob18ff08]+**** Setting of OpenSim.ini [#s54822ac] 
 +- When you use NSL Mute list moudle, value of ''MuteListModule'' is ''NSLMuteListModule'' 
 +-- for XoopenSim 
 + [Messaging] 
 +   InstantMessageModule = InstantMessageModule 
 +   MessageTransferModule = MessageTransferModule 
 +   OfflineMessageModule = OfflineMessageModule 
 +   OfflineMessageURL = XOOPS_URL/modules/xoopensim/helper/offli​ne.php 
 +   MuteListModule = NSLMuteListModule 
 +   MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute.​php 
 + 
 +**** Recompile of module [#a8b75fd1] 
 +- When ''NSLModules.Messaging.MuteListEdit.dll'​' is compiled again, copy ''nsl.modules''  onto the installation directory of OpenSim, and  execute ''build.sh'' command. 
 + # cp -Rpd nsl.modules  OPENSIM_INSTALL_DIR 
 + # cd OPENSIM_INSTALL_DIR/nsl.modules 
 + # ./build.sh 
 + 
 +*** Osprofile Function [#ob18ff08] 
 +- It is necessary to add the module to the region server of OpenSim to use the osprofile function. 
 +- Binary of ''OpenSimProfile.Modules.dll'' module exists in ''osprofile/bin'' or ''nsl.modules/bin''. This module should be copied onto the ''bin'' directory of OpenSim. 
 + 
 +- When XoopenSim or Modlos is installed, needed DB is installed automatically.
#br #br
-*** OS Search [#vc7b6bf4]+**** Setting of OpenSim.ini [#m2128776] 
 +- ''[Profile] section'' is added to OpenSim.ini, and ''ProfileURL'' is set as below. 
 +- Example 
 + [Profile] 
 +   ; Change it to your own HTTP server to have the Profile server work 
 +   ProfileURL = http://el.nsl.tuis.ac.jp/moodle/blocks/m​odlos/helper/profile.php 
 +   ;ProfileURL = http://www.nsl.tuis.ac.jp/xoops/modules/​xoopensim/helper/profile.php 
 + 
 +**** config-include/Grid.ini [#f43dd953] 
 +- Change ''[Profile] section'' from BasicProfileModule to ''OpenProfileModule'' as below. 
 + [Profile] 
 +   Module = "OpenProfileModule" 
 + 
 +**** Recompile of module [#rf8e414b] 
 +- When ''OpenSimProfile.Modules.dll'' is compiled again, copy ''osprofile'' onto the installation directory of OpenSim, and execute ''build.sh'' command. 
 + # cp -Rpd osprofile OPENSIM_INSTALL_DIR 
 + # cd OPENSIM_INSTALL_DIR/osprofile 
 + # ./build.sh 
 + 
 +**** Attention [#z98490b5] 
 +- All the profile functions are not able  to be used.
#br #br
-** Details of Settings and Operations [#o48e3030]+*** Ossearch Function [#zd8eccbb] 
 +- It is necessary to add the module to the region server of OpenSim to use the ossearch function. 
 +- Binary of ''OpenSimSearch.Modules.dll'' module exists in ''ossearch/bin'' or ''nsl.modules/bin''. This module should be copied onto the ''bin'' directory of OpenSim.
-*** Lastnames Management [#d06de012+- When XoopenSim or Modlos is installed, needed DB is installed automatically. 
-- If ''Last Name Activation'' at setting page is checked, last name that can be used is registered, use stopped temporarily, and is deleted on this page.+#br 
 + 
 +**** Setting of OpenSim.ini [#pa840bdf
 +- [DataSnapshot],[Modules] and [Search] section in OpenSim.ini are set as follows (The [Search] section is added). 
 +-- ex.) for XoopenSim 
 + [DataSnapshot] 
 +   index_sims = true 
 +   gridname = "Your Grid Name" 
 +   data_services = "XOOPS_URL/modules/xoopensim/helper/regis​ter.php" 
 +  
 + [Modules] 
 +   LandServices = "RemoteLandServicesConnector" 
 +  
 + [Search] 
 +   SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php" 
 + 
 +- After 0.7.1,  ''LoandService'' of the [Modules] section need not be set. It is set at ''config-include/*.ini'' setting file. 
 +#br 
 + 
 +**** Setting of cron [#fe1ce7ec] 
 +- It is necessary to execute ''CMS_MODULE_PATH/include/cron.php'' by cron regularly to update retrieval information. 
 +-- crontab command at Linux/Unix 
 +  # crontab -u apache -e 
 +-- Example of setting 
 + */30 * * * * /usr/local/bin/php /usr/local/apache/htdocs/xoops/modules/x​oopensim/include/cron.php 1> /dev/null 2>&1 
 +- You may call cron.php from an outside machine with ''wget''. URL in this case is as follows. 
 +-- ex.) for XoopenSim 
 + wget XOOPS_URL/modules/xoopensim/include/cron​.php -O /dev/null 1> /dev/null 2>&1 
 +- In the case to use ''Modlos'', when you have regularly execute ''admin/cron.php'' already, it is not necessary to set cron for CMS_MODULE_PATH/include/cron.php. 
 +#br 
 + 
 +**** RemoteLandServicesConnector [#u484bdd5] 
 +- At 0.7, 0.7.0.x, execution of OpenSim.exe will be error, when ''LandServices = "RemoteLandServicesConnector"'' is specified at the [Modules] section. 
 + 
 + 09:26:23 - [REGIONMODULE]: Adding scene TEST to shared module RemoteLandServicesConnector 
 + 09:26:23 - [APPLICATION]: 
 + APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs 
 +  
 + Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example. 
 +  at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0 
 +  at OpenSim.Region.CoreModules.ServiceConnec​torsOut.Land.RemoteLandServicesConnector​.AddRegion (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0 
 +  at OpenSim.ApplicationPlugins.RegionModules​Controller.RegionModulesControllerPlugin​.AddRegionToModules (OpenSim.Region.Framework.Scenes.Scene scene) [0x00000] in <filename unknown>:0 
 +  at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) [0x00000] in <filename unknown>:0 
 +  at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, IScene& scene) [0x00000] in <filename unknown>:0 
 +  at OpenSim.ApplicationPlugins.LoadRegions.L​oadRegionsPlugin.PostInitialise () [0x00000] in <filename unknown>:0 
 +  at OpenSim.OpenSimBase.StartupSpecific () [0x00000] in <filename unknown>:0 
 +  at OpenSim.OpenSim.StartupSpecific () [0x00000] in <filename unknown>:0 
 +  at OpenSim.Framework.Servers.BaseOpenSimSer​ver.Startup () [0x00000] in <filename unknown>:0 
 +  at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 
 + 
 +- In this case, please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_0.7_remotel​and.patch]] and recompile OpenSim. This patch is included in our OpenSim Patches for 0.7, too. 
 +- If you apply this patch to 0.7.0.2, rej file is created. But, do not worry because it is a normal result. 
 +- At 0.7.1Dev, becase ''RemoteLandServicesConnector'' is already set in config-inculde/Grid.ini, It need not be specified with OpenSim.ini. 
 +#br 
 + 
 +**** Recompile of module [#daed1754] 
 +- When ''OpenSimSearch.Modules.dll'' is compiled again, copy ''ossearch'' onto the installation directory of OpenSim, and execute ''build.sh'' command. 
 + # cp -Rpd ossearch OPENSIM_INSTALL_DIR 
 + # cd OPENSIM_INSTALL_DIR/ossearch 
 + # ./build.sh 
 + 
 +**** Attention [#dfc8f2f0] 
 +- All the search functions are not able  to be used. 
 +#br 
 + 
 +*** Auto DB Synchronization with OpenSim DB [#c1c3cdfd] 
 +- It automatically synchronizes with DB of XoopenSim/Modlos and DB of OpenSim since v1.40. 
 +- Synchronization of Avatar 
 +-- If there is data of avatar on the OpenSim side, the data of avatar on the Xoops Cube/Moodle side is copied from OpenSim side. 
 +-- If there is no data of avatar that corresponds to avatar on the OpenSim side, the data of avatar on the Xoops Cube/Modlos side is deleted.
#br #br
Line 45: Line 265:
- When the region name is clicked on the region list screen, the admin user can change the owner in the region (estate). - When the region name is clicked on the region list screen, the admin user can change the owner in the region (estate).
- In the operation of DB, both the region and the estate owners have been changed. . - In the operation of DB, both the region and the estate owners have been changed. .
-- When you specify ''SQLite'' for ''Storage_plugin'' at [StartUp] Section, this function cannot be used. 
- It is necessary to reboot the Region server to change effectively. - It is necessary to reboot the Region server to change effectively.
#br #br
Line 55: Line 274:
- When the mode of the voice chat is set on the region information screen, all Percel included in the region becomes the same chat mode. - When the mode of the voice chat is set on the region information screen, all Percel included in the region becomes the same chat mode.
- It is necessary to reboot the Region server to change effectively. - It is necessary to reboot the Region server to change effectively.
-- When you specify SQLite for Storage_plugin at [StartUp] Section, this function cannot be used. 
- ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary for doing Voice chat on OpenSim. - ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary for doing Voice chat on OpenSim.
#br #br
Line 61: Line 279:
#br #br
-*** Support StandAlone mode of v0.7 [#v6a1253e] +*** Support of StandAlone mode [#v6a1253e] 
-- You should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i''+- You can not use [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with SQLite. 
 +- If you want to execute [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]] with StandAlone mode, you should use ''MySQL'' DB. 
 +- In addition, you must setup ''[GridService] section'' in StandaloneCommon.ini and ''[PresenceService] section'' in Standalone.ini. 
 + 
 +#br 
 + 
 +**** [[for 0.7>./StandAlone for 0.7]] [#c440d7a6] 
 +#br 
 + 
 +**** for 0.7.1.x and 0.7.2 Dev [#p23b04de] 
 + 
 +- StandaloneCommon.ini 
 + [DatabaseService] 
 +   ; 
 +   ; ### Choose the DB 
 +   ;    ; SQLite 
 +   ;Include-Storage = "config-include/storage/SQLiteStandalone.​ini";    ; MySql 
 +   ; Uncomment these lines if you want to use mysql storage 
 +   ; Change the connection string to your db details 
 +   StorageProvider = "OpenSim.Data.MySQL.dll" 
 +   ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" 
 +   ; Uncomment this line if you are using MySQL and want to use a different database for estates 
 +   ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" 
 + 
 +- And you should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i''.
- Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line. - Please enable ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.
 [GridService]  [GridService]
- ;; For in-memory region storage (default) +    ;; For in-memory region storage (default) 
- ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" +    ;StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 
- ;;--- For MySql region storage (alternative) +    ;;--- For MySql region storage (alternative) 
- StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"+    StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
 +- In addition, please chage [PresenceService]section at ''bin/config-include/Standalone.ini'', too.
 +- Please add ''StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"'' line.
 + [PresenceService]
 +   LocalServiceModule = "OpenSim.Services.PresenceService.dll:Pre​senceService"
 +   ;;StorageProvider = "OpenSim.Data.Null.dll"
 +   StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
 +
 +*** Money Server [#m98b39a2]
 +- Money Server and [[XoopenSim>XoopenSim (E)]]/[[Modlos>Modlos (E)]]  are different functions. Therefore, Please refer to [[here>http://www.nsl.tuis.ac.jp/xoops/m​odules/xpwiki/?OpenSim%2FMoneyServer]] for Money Server.
 +#br
 +
 +** Menu for Management [#v3da3dd8]
*** Convert DB from 0.6.x to 0.7 [#n8bcbb13] *** Convert DB from 0.6.x to 0.7 [#n8bcbb13]
**** Convert Sequence from 0.6.x to 0.7 [#sc479c1c] **** Convert Sequence from 0.6.x to 0.7 [#sc479c1c]
Line 78: Line 332:
+ start Robust Server (0.7) + start Robust Server (0.7)
+ stop Robust Server (For safety) + stop Robust Server (For safety)
-+ execute DB update by XoopenSim++ execute DB conversion by XoopenSim/Modlos
+ start Robust Server (0.7) + start Robust Server (0.7)
+ start Region Server (0.7) + start Region Server (0.7)
Line 84: Line 338:
*** Clear Texture Cache [#ec5a0b89] *** Clear Texture Cache [#ec5a0b89]
 +- The cash of the texture loaded from OpenSim with XoopenSim/Modlos is cleared. When the program for the image processing is changed, and the display of the texture becomes amusing, you should execute this.
#br #br
-*** Clear Login Table [#pc847fcc]+ 
 +*** Clear Login Table [#rf1f7024] 
 +- When the region server or the viewer terminate abnormally, it is likely to remain the state in DB that avatar logged in (In this case, ''Avatars List'' displays that avatar logins now, though it doesn't login). 
 +- The table of the DB that stores log in information on avatar can be cleared in this case by executing this command.
#br #br
-*** World Map [#k17bef45+*** Login Screen Management [#sfc1c498
-- OpenSim.ini~ +- You can edit ''Alert Information Box'' in Login Screen.
-enable Map modules +
- WorldMapModule = "WorldMap" +
- MapImageModule = "MapImageModule" +
-- OpenSim 0.7 has bug of World Map function. Therefore, XoopenSim can not display the SIM icon on World Map normally. Please patch to the source code with [[patch code:http://www.nsl.tuis.ac.jp/DownLoad/​SoftWare/OpenSim/opensim_nsl_r13094_worl​dmap.patch]].  We fairly reported on this to Mantis ahead. However, it is not corrected. (21 June '10)+
#br #br
-*** Helper Function [#ncf6cdf2+*** Lastnames Management [#d06de012
-- ''-helperuri XOOPS_URL/modules/xoopemsim/helper/'' is specified for an argument when Viwer is started, helper function of currency and landtool can work. (Here, XOOPS_URL is your Xoops Cube Top URL) +- If ''Last Name Activation'' at setting page is checked in ''preference'', last name that can be used is registered, use stopped temporarily, and is deleted on this page.
--- However, the access permission of the module is necessary for the guest user. +
-- Helper Function of currency: +
--- Sales of the object and land with L$0 become possible. +
-- Helper Function of landtool: +
--- The land subdividing and integration become possible. +
--- The sales setting of land becomes possible. +
-#br +
-*** Login Screen [#sc9f5e73] +
-#br +
-*** Region Statistics [#pc774e28] +
-#br +
-*** Flotsam Group Function [#b8781c46] +
-- It is possible to use Group Function at OpenSim+
#br #br
-**** Settings (0.7) [#d469f5c9+** Summary of setting files for XoopenSim/Modlos [#r020674b] 
-- If the guest user doesn't have the access permission to the module, helper/xmlgroups.php  cannot be started and avatar fails in log in.  + 
-- At setting page, you should set Group Database Read Key/Group Database Write Key +*** Robust.ini [#c9df2413
-- And you should set OpenSim.ini with same read/write key. +- for Modlos 
- Example)+ [GridInfoService] 
 +   login = http://......:8002/ 
 +   gridname = "Your Grid Name" 
 +   economy  = MODLOS_URL/blocks/modlos/helper
 +   welcome  = MODLOS_URL/blocks/modlos/helper/loginpag​e.php 
 + 
 +*** OpenSim.ini [#v4a5e160] 
 +- for Modlos 
 + [Startup] 
 +   WorldMapModule = "WorldMap" 
 +   MapImageModule = "MapImageModule" 
 + 
 [Groups]  [Groups]
   Enabled = true    Enabled = true
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
- +  
-   MessagingModule = GroupsMessagingModule+   MessagingModule = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
-   GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgroups.php+   GroupsServerURI      = MODLOS_URL/blocks/modlos/helper/xmlgroups.php
   XmlRpcServiceReadKey  = "Read Key"    XmlRpcServiceReadKey  = "Read Key"
   XmlRpcServiceWriteKey = "Write Key"    XmlRpcServiceWriteKey = "Write Key"
- + 
-- config-include/[[GridCommon.ini>/OpenSim​/Config/GridCommon.ini]] ''[Groups] Section'' +
- Example) +
- [Groups] +
-   GroupsServerURI = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php +
- +
-**** Settings (0.6.x) [#n6144386] +
-- If the guest user doesn't have the access permission to the module, ''helper/xmlgroups.php'' cannot be started and avatar fails in log in. . +
-- At setting page, you should set ''Group Database Read Key/Group Database Write Key'' +
-- And you should set OpenSim.ini with same read/write key. +
- Example) +
- [Groups] +
-   Enabled = true +
-   Module  = GroupsModule +
-   DebugEnabled    = false +
- +
-   ServicesConnectorModule = XmlRpcGroupsServicesConnector +
-   XmlRpcServiceURL        = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php +
-   XmlRpcServiceReadKey    = "Read Key" +
-    XmlRpcServiceWriteKey  = "Write Key" +
-#br +
- +
-*** Offline Message and Mute List Function [#i3023e80] +
-- OpenSim.ini +
--- for XoopenSim+
 [Messaging]  [Messaging]
   InstantMessageModule = InstantMessageModule    InstantMessageModule = InstantMessageModule
   MessageTransferModule = MessageTransferModule    MessageTransferModule = MessageTransferModule
   OfflineMessageModule = OfflineMessageModule    OfflineMessageModule = OfflineMessageModule
-   OfflineMessageURL = XOOPS_URL/modules/xoopensim/helper/offline.php+   OfflineMessageURL = MODLOS_URL/blocks/modlos/helper/offline.php
   MuteListModule = NSLMuteListModule    MuteListModule = NSLMuteListModule
-   MuteListURL = XOOPS_URL/modules/xoopensim/helper/mute.php +   MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php 
--- for Modlos +  
- [Messaging+ [WebStats
-   InstantMessageModule = InstantMessageModule +   enabled=true 
-    MessageTransferModule = MessageTransferModule +  
-    OfflineMessageModule = OfflineMessageModule + [DataSnapshot] 
-   OfflineMessageURL = MOODLE_URL/blocks/modlos/helper/offline.​php +   index_sims = true 
-   MuteListModule = NSLMuteListModule +   gridname = "Your Grid Name" 
-   MuteListURL = MOODLE_URL/blocks/modlos/helper/mute.php +   data_services = "MODLOS_URL/blocks/modlos/helper/register.php" 
- +  
-- Mute List Function is not implemented yet. + [Modules] 
-- offline message is function of  [[opensimwi redux>http://forge.opensimulator.org/gf/​project/opensimwi/]] +    LandServices = "RemoteLandServicesConnector
-- There is no security function. + 
-#br +
- +
-*** Osprofile Function for 0.7 [#jbf63c6e] +
-- It is necessary to add the module to the region server of OpenSim to use the osprofile function. +
-- The program is defrosted also on the region server of OpenSim to add the module, and build.sh is executed. +
- # tar zfxv xoopensim-x.y.z.tgz +
- # cp -Rpd xoopensim/osprofile "Directory that OpenSim is installed" +
- # cd "Directory that OpenSim is installed+
- # cd osprofile +
- # ./build.sh +
-- ''Profile'' section is added to OpenSim.ini, and ProfileURL is set as follows.+
 [Profile]  [Profile]
-   ProfileURL = XOOPS_URL/modules/xoopensim/helper/profile.php +   ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.php" 
- +  
-*** Ossearch Function for 0.7 [#zd8eccbb+ [Search
-#br+   SearchURL  = "MODLOS_URL/blocks/modlos/helper/query.ph​p"


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 5月翌月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
<今日>

オンライン状況

112 人のユーザが現在オンラインです。 (14 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 112

もっと...

アクセスカウンタ

今日 : 3302330233023302
昨日 : 1716817168171681716817168
総計 : 2349976323499763234997632349976323499763234997632349976323499763
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com