flagflag  
8: 2010-07-05 (Mon) 00:00:54 admin source Cur: 2011-06-18 (Sat) 11:28:40 iseki source
Line 9: Line 9:
#br #br
-** Under Construction [#afa2e5ae] 
*** Setting Page [#l48915a9] *** Setting Page [#l48915a9]
- ''Grid Name:''  Grid name of OpenSim Grid. - ''Grid Name:''  Grid name of OpenSim Grid.
Line 40: Line 39:
- ''Disclaimer Activation:'' Select to display of disclaimer is active or not - ''Disclaimer Activation:'' Select to display of disclaimer is active or not
- ''Content of Disclaime:'' Specify content of Disclaimer of OpenSim - ''Content of Disclaime:'' Specify content of Disclaimer of OpenSim
-#br 
- 
-*** Lastnames Management [#c8d2fff5] 
-- 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 #br
*** 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
- +*** [[Details of Settings and Operations>/OpenSim/WEB Interface (E)/Details of Settings and Operations]] (%%click title%% under constraction) [#wa012fe0]
-*** Update DB from 0.6.x to 0.7 [#cd2bb310] +
-- 0.6.x から 0.7のデータベースへアップデートを行う +
-- 0.6.x から 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~ +
-DB update must be executed after ROBUST server execution and before Region Server execution. +
-+ start Robust Server (0.7) +
-+ stop Robust Server (For safety) +
-+ execute DB update by XoopenSim +
-+ start Robust Server (0.7) +
-+ start Region Server (0.7) +
#br #br
- 
-*** Support StandAlone mode of v0.7 [#cb4311f9] 
-- You should change ''[GridService]'' section at ''bin/config-include/StandaloneCommon.in​i'' 
-- Please enable StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" line. 
- [GridService] 
- ;; For in-memory region storage (default) 
- ; StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 
- ;;--- For MySql region storage (alternative) 
- StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" 
-#br 
- 
-*** Chage of Region(Estate) Owner [#x86a9447] 
-- リージョンリスト画面でリージョン名をクリックした場合,管理ユーザはリージョン(エステート)のオーナを変更することができる. 
-- DBの操作では,リージョンとエステートの両方のオーナを変更している.ただし,最近のOpenSimではregionsテーブルのオーナより,estate_settingsテーブルのオーナ(エステートオーナ)をリージョンのオーナとして処理しているようだ. 
-- OpenSim.ini の[StartUp]セクションの ''storage_plugin'' に ''[[SQLite]]'' を指定している場合は,当然のことながら,この機能は使用できない. 
-- 実際に変更を反映させるには,リージョンの再起動が必要である. 
-#br 
- 
-*** Change of Voice Chat Mode [#d92cd364] 
-- リージョンリスト画面でリージョン名をクリックした場合,管理ユーザはそのリージョンでのボイスチャットのモードを設定できる. 
-- 一つのリージョンには複数のパーセルが存在し,ボイスチャットの設定は正確にはパーセル単位で行われるので,リージョン単位での設定は非常に大雑把な設定である. 
-- リージョン情報画面で表示されるモードは,複数のパーセルのモードの論理積(つまり複数のパーセルの中で一番下のモード)である. 
-- リージョン情報画面でボイスチャットのモードを設定した場合,リージョンに含まれるパーセル全てがそのボイスチャットのモードになる. 
-- この処理で変更されるのはデータベース上の情報のみなので,実際にボイスチャットのモードの変更を反映させるには,リージョンの再起動が必要である. 
-- SL Viewerの V1.23ではボイスチャットのモードを変更できなくなっているので,XoopenSimにこの機能が追加された. 
-- OpenSim.ini の[StartUp]セクションの ''storage_plugin'' に ''[[SQLite]]'' を指定している場合は,当然のことながら,この機能は使用できない. 
-- ''注)'' ボイスチャットを行うには別途 [[FreeSwitch]](SIP Server) のインストールが必要. 
-#br 
-&ref(/XoopenSim (E)/XoopenSim_RegionInfo_e.jpg); 
-#br 
- 
-*** Helper Function [#sd811495] 
-- ''-helperuri MOODLE_URL/blocks/modlos/helper/'' is specified for an argument when Viwer is started, helper function of currency and landtool can work. (Here, MOODLE_URL is your Moodle Top URL) 
--- 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 
-*** Offline Message Function [#kc02653a] 
-- OpenSim.ini 
- [Messaging] 
-   InstantMessageModule = InstantMessageModule 
-   MessageTransferModule = MessageTransferModule 
-   OfflineMessageModule = OfflineMessageModule 
-   OfflineMessageURL = MOODLE_URL/blocks/modlos/helper/offline.​php 
-   MuteListModule = MuteListModule 
-   MuteListURL = MOODLE_URL/blocks/modlos/helper/mute.php​ 
-- Mute List Function is not implemented yet. 
-- offline message is function of  [[opensimwi redux>http://forge.opensimulator.org/gf/​project/opensimwi/]] 
-- There is no security function. 
-#br 
- 
-*** Flotsam Group Function [#jdfa0c15] 
-- It is possible to use Group Function at OpenSim 
-#br 
-**** Settings (0.7) [#g6a3b676] 
-- 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 
-   NoticesEnabled  = true 
- 
-   MessagingModule = GroupsMessagingModule 
-   MessagingEnabled = true 
- 
-   ServicesConnectorModule = XmlRpcGroupsServicesConnector 
-   GroupsServerURI      = MOODLE_URL/blocks/modlos/helper/xmlgroup​s.php 
-   XmlRpcServiceReadKey  = "Read Key" 
-   XmlRpcServiceWriteKey = "Write Key" 
- 
-- config-include/[[GridCommon.ini>/OpenSim​/Config/GridCommon.ini]] ''[Groups] Section'' 
- Example) 
- [Groups] 
-   GroupsServerURI = MOODLE_URL/blocks/modlos/helper/xmlgroup​s.php 
- 
-**** Settings (0.6.x)[#xb7e184a] 
-- 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        = MOODLE_URL/blocks/modlos/helper/xmlgroup​s.php 
-   XmlRpcServiceReadKey    = "Read Key" 
-   XmlRpcServiceWriteKey  = "Write Key" 
-#br 
- 
-*** osprofile Function [#a8776174] 
-- 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 modlos-x.y.z.tgz 
- # cp -Rpd modlos/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. (Here, MOODLE_URL is your Moodle Top URL) 
- [Profile] 
-   ProfileURL = MOODLE_URL/blocks/modlos/helper/profile.​php 


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

34 user(s) are online (4 user(s) are browsing xpwiki)

Members: 0
Guests: 34

more...

Access Counter

Today : 2193219321932193
Yesterday : 5790579057905790
Total : 2365498923654989236549892365498923654989236549892365498923654989
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com