flagflag  
8: 2010-07-05 (Mon) 00:00:54 admin source 9: 2010-08-19 (Thu) 16:08:37 iseki source
Line 47: Line 47:
*** Auto DB Synchronization with OpenSim DB [#c1c3cdfd] *** Auto DB Synchronization with OpenSim DB [#c1c3cdfd]
-- v1.40 以降では,ModlosのDBとOpenSimのDBとは自動的に同期します. +- It automatically synchronizes with DB of Modlos and DB of OpenSim since v1.40. 
-- アバタ情報の同期 +- Synchronization of Avatar 
--- OpenSim側にアバタのデータがある場合は,Moodle側のアバタのデータを OpenSim側に合わせる. +-- If there is data of avatar on the OpenSim side, the data of avatar on the Moodle side is copied from OpenSim side. 
--- OpenSim側にModlos側のアバタと対応するアバタデータが無い場合は,Modlos側のアバタのデータを削除する.+-- If there is no data of avatar that corresponds to avatar on the OpenSim side, the data of avatar on the Modlos side is deleted. 
#br #br
-*** Update DB from 0.6.x to 0.7 [#cd2bb310+*** Update DB from 0.6.x to 0.7 [#r91d639f
-- 0.6.x から 0.7のデータベースへアップデートを行う +**** Update Sequence from 0.6.x to 0.7 [#vfc46f92] 
-- 0.6.x から 0.7へのデータベースアップデート機能は次のように動作します. ++ Information in the DB of 0.6.7/0.6.8/0.6.9 as much as possible is copied into the DB of 0.7. 
-+ %%バグ(?)対応%% ++ It doesn't copy it when there is already corresponding data in the DB of 0.7.
--- %%ユーザのパスワードSalt の情報が欠落している場合には,ランダムにパスワードSaltを生成して,パスワードのハッシュ値も計算しなおす%% +
-+ データベース移行対応 (0.6.7/0.6.8/0.6.9 -> 0.7) +
--- 可能な限り 0.6.7/0.6.8/0.6.9 のデータベース上の情報を 0.7のデータベースにコピーする.対応するデータがすでに0.7のデータベース上にある場合はコピーしない. +
--- OpenSim を0.7にした後,ログインすると(現状では)そのアバタの情報が中途半端に0.7のデータベースにコピーされる.OpenSimを0.7にした場合は,R.O.B.U.S.T.サーバとリージョンサーバ立ち上げ後,ユーザがログインする前にデータベースのアップデートを行うことをお勧めする.(可能なら 0.7にする前にデータベースのバックアップを!!)+
-- Update Sequence~ +**** Procedure of Update [#u4b634a1] 
-DB update must be executed after ROBUST server execution and before Region Server execution.+- DB update must be executed after ROBUST server execution and before Region Server execution.
+ 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 update by Modlos
+ start Robust Server (0.7) + start Robust Server (0.7)
+ start Region Server (0.7) + start Region Server (0.7)
- 
#br #br
*** Support StandAlone mode of v0.7 [#cb4311f9] *** Support StandAlone mode of v0.7 [#cb4311f9]
- You should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i'' - 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)
Line 83: Line 79:
*** Chage of Region(Estate) Owner [#x86a9447] *** Chage of Region(Estate) Owner [#x86a9447]
-- リージョンリスト画面でリージョン名をクリックした場合,管理ユーザはリージョン(エステート)のオーナを変更することができる. +- When the region name is clicked on the region list screen, the admin user can change the owner in the region (estate). 
-- DBの操作では,リージョンとエステートの両方のオーナを変更している.ただし,最近のOpenSimではregionsテーブルのオーナより,estate_settingsテーブルのオーナ(エステートオーナ)をリージョンのオーナとして処理しているようだ. +- In the operation of DB, both the region and the estate owners have been changed. . 
-- OpenSim.ini の[StartUp]セクションの ''storage_plugin'' ''[[SQLite]]'' を指定している場合は,当然のことながら,この機能は使用できない. +- 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.
#br #br
*** Change of Voice Chat Mode [#d92cd364] *** Change of Voice Chat Mode [#d92cd364]
-- リージョンリスト画面でリージョン名をクリックした場合,管理ユーザはそのリージョンでのボイスチャットのモードを設定できる. +- When the region name is clicked on the region list screen, the admin user can set the mode of the voice chat in the region. 
-- 一つのリージョンには複数のパーセルが存在し,ボイスチャットの設定は正確にはパーセル単位で行われるので,リージョン単位での設定は非常に大雑把な設定である. +- Two or more Percel exists in one region, and the voice chat is set accurately by the unit of Percel. 
-- リージョン情報画面で表示されるモードは,複数のパーセルのモードの論理積(つまり複数のパーセルの中で一番下のモード)である. +- The mode displayed on the region information screen is a logical product of two or more Percel's modes (It is ,in a word, the nether mode in two or more Percel). 
-- リージョン情報画面でボイスチャットのモードを設定した場合,リージョンに含まれるパーセル全てがそのボイスチャットのモードになる. +- 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
-- SL Viewerの V1.23ではボイスチャットのモードを変更できなくなっているので,XoopenSimにこの機能が追加された. +- When you specify SQLite for Storage_plugin at [StartUp] Section, this function cannot be used. 
-- OpenSim.ini の[StartUp]セクションの ''storage_plugin'' に ''[[SQLite]]'' を指定している場合は,当然のことながら,この機能は使用できない. +- ''[[FreeSwitch>OpenSim/FreeSwitch (E)]]'' is necessary for doing Voice chat on OpenSim.
-- ''注)'' ボイスチャットを行うには別途 [[FreeSwitch]](SIP Server) のインストールが必要.+
#br #br
&ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg); &ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg);
-#br 
*** Helper Function [#sd811495] *** Helper Function [#sd811495]
Line 128: Line 122:
- It is possible to use Group Function at OpenSim - It is possible to use Group Function at OpenSim
#br #br
-**** Settings (0.7) [#g6a3b676]+**** Settings for 0.7 [#v0f12b9c]
- 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. . - 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 - At setting page, you should set Group Database Read Key/Group Database Write Key
Line 151: Line 145:
   GroupsServerURI = MOODLE_URL/blocks/modlos/helper/xmlgroup​s.php    GroupsServerURI = MOODLE_URL/blocks/modlos/helper/xmlgroup​s.php
-**** Settings (0.6.x)[#xb7e184a]+**** Settings for 0.6.x [#u52c55ec]
- 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. . - 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'' - At setting page, you should set ''Group Database Read Key/Group Database Write Key''


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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
Today

Who's Online

82 user(s) are online (32 user(s) are browsing xpwiki)

Members: 0
Guests: 82

more...

Access Counter

Today : 8771877187718771
Yesterday : 1306913069130691306913069
Total : 2363356723633567236335672363356723633567236335672363356723633567
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com