「ハブ管理」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
14行目: 14行目:
==ハブソフトウェはどのように動作するのか==
==ハブソフトウェはどのように動作するのか==


The hub software is implemented as a separate "local" plugin designed to be added to a standard install of Moodle 2.0 or later.  In this way the hub gets to use on all the features in the Moodle core API and benefits from maintenance of the core code.
ハブソフトウェアはMoodle 2.0またはそれ以降のバージョンの独立した「ローカル」プラグインとして実装されるよう開発されています。In this way the hub gets to use on all the features in the Moodle core API and benefits from maintenance of the core code.


Once installed the whole site gets a new frontpage with a simple search box (see http://hub.moodle.org/ for example).
Once installed the whole site gets a new frontpage with a simple search box (see http://hub.moodle.org/ for example).


Please don't add the hub capabilities to an existing Moodle site with real courses.  Although it may work, there are some opportunities for GUI confusion and some unknowns when it comes to security, so please just avoid it. Moodle is free, so it's trivial to install another clean copy to build your hub with.
Please don't add the hub capabilities to an existing Moodle site with real courses.  Although it may work, there are some opportunities for GUI confusion and some unknowns when it comes to security, so please just avoid it. Moodle is free, so it's trivial to install another clean copy to build your hub with.


==Moodleハブサーバのセットアップ方法==
==Moodleハブサーバのセットアップ方法==

2011年5月26日 (木) 15:52時点における版

作成中です - Mitsuhiro Yoshida

Moodle 2.0


ハブの運用を決定する

ハブサーバの運用は、あなたが軽々しく引き受けるものではありません。

ハブ管理者として、あなたはハブのコンテンツに責任があり、以下の内容を実施する必要があります:

  • すべてのコースコンテンツがクリーンであるか検証する (ポルノまたは悪意のあるJavaスクリプトが含まれているかどうか)
  • 登録済みサイトおよびそれらのサイトのステータスを管理する
  • 編集を通して、コンテンツリストのクオリティを管理する

ハブソフトウェはどのように動作するのか

ハブソフトウェアはMoodle 2.0またはそれ以降のバージョンの独立した「ローカル」プラグインとして実装されるよう開発されています。In this way the hub gets to use on all the features in the Moodle core API and benefits from maintenance of the core code.

Once installed the whole site gets a new frontpage with a simple search box (see http://hub.moodle.org/ for example).

Please don't add the hub capabilities to an existing Moodle site with real courses. Although it may work, there are some opportunities for GUI confusion and some unknowns when it comes to security, so please just avoid it. Moodle is free, so it's trivial to install another clean copy to build your hub with.

Moodleハブサーバのセットアップ方法

  1. Install Moodle 2.0 or later somewhere on a web server with a nice URL.
  2. Download the latest hub plugin from http://download.moodle.org/download.php/plugins/local/hub.zip
  3. Save the zip into the /local directory of Moodle and unzip, producing /local/hub
  4. Visit the "Notifications" page in Moodle (/admin) to complete the upgrade and install the hub software.
  5. Enable web services for the hub (Site Administration > Advanced features)
  6. Enable the XML-RPC protocol (Site Administration > Plugins > Web services > Manage protocols)
  7. Set up the SMTP (Site Administration > Server > Email)
  8. Set up the recaptcha (Site Administration > Plugins > Authentication > Manage authentication)
  9. Set up your hub (Site Administration > Hub > Settings)

Congratulations! You now have a working hub with no content!

サイト登録

Only sites that are registered with the hub are allowed to publish content there.

Sites register on the hub via Site Administration > Registration


ハブ登録

You can also register your hub with the Moodle hub Directory, a listing of many hubs from around the world, enabling people from all over the world to find your hub and search the courses within it. You may want to wait until you have some content before you register.

サイト管理

In Administration > Hub > Manage sites, you can:

  • Prioritise a site: during a search, course from prioritised sites appear on top of the list. A prioritised site is always trusted.
  • Trust a site: when a site is trusted, any published course is immediatly available
  • Delete a site: delete a site from the database. A message will be sent to the site administrator.
  • Settings: you can change some information as the name, the description, the language...
  • Make a site visible: only site declared as visible appear on the the site list (currently the site list hasn't been implemented)

コース管理

In Administration > Hub > Manage course, you can:

  • Delete a course: delete a course from the database.
  • Settings: you can change some information as the name, the description, the language...
  • Make a course visible: decide if the course is displayed on search result

ロール、ユーザおよびウェブサービスに関する重要事項

A hub server uses intensively Moodle web service 2.0. For this reason it is important to understand the web services administration, and what happens if you change some roles/users/services.

ロール

The hub server creates on the fly some roles that you should never delete/modify:

  • one role for the hub directory
  • one role for registered sites
  • one role for public sites

ユーザ

The hub server creates on the fly some users that you should never delete/modify:

  • one user for the hub directory
  • one user for public access
  • as many users as registered sites

サービス

The hub creates during installation some web services that you should never delete/modify:

  • one service for Hub directory
  • one service for Registered sites
  • one service for Public sites

It also creates tokens on the fly. These tokens are not displayed on the token management list, so you cannot accidentally delete them.