Install Sloodle-ja
From SLIS Second Life Wiki
| Language Menu: | English | Español | Français | Italiano | Polski | Português | 日本語 |
Please Download Sloodle if you have not done so already.
Contents |
Moodleのバックアップ
- 必須ではないが,バックアップを取ることをお勧めする.
You are always recommended to make a backup of your Moodle data before installing new modules or applying updates. Do so now. See the Moodle Backup and Restore FAQ for more information.
MoodleへのSloodleモジュールの転送
- ftp やその他の手段で,ダウンロードした Sloodleモジュールを Moodleの動作しているWEBサーバに転送する.
- Linux/Unix を使用しているなら,MoodleのWEBサーバ用上で wgetコマンドを使用して直接Sloodleモジュールをダウンロードすることも可能である.
例) wget http://download.socialminds.jp/sloodle/sloodle_all_1.001.zip
- Use FTP: Most likely you will need to use FTP software such as FileZilla, Dreamweaver or Fugu
- Work locally: If your Moodle is installed on your local PC, simply open up your file manager (e.g. "My Computer" on Windows)
- Use your Webhost's tools: Sites like Dreamhost, Bluehost or Freehostia offer Web-based control panels to access files
Sloodleモジュールの展開とインストール
- sloodleモジュールを展開する.
例) unzip sloodle_all_1.001.zip
- sloodleモジュールを展開すると3つのディレクトリ(フォルダ)ができる.それぞれのディレクトリの内容は以下の通りである.
- sloodle -> "アクティビティ モジュール (活動)"
- sloodle_menu -> "ブロック"
- sloodleobject -> "プラグイン"
モジュール,ブロック,プラグインのインストール
Linux/Unix
- モジュールの配置
cp -Rpd sloodle MOODLE_TOP/moodle/mod/ chown または chmod で WEBサーバが MOODLE_TOP/moodle/mod/ のアクセスできるようにする.
- ブロックとプラグインはオプション
cp -Rpd sloodle_menu MOODLE_TOP/moodle/blocks/ オプション cp -Rpd sloodleobject MOODLE_TOP/moodle/mod/assignment/type/ chown または chmod で WEBサーバが コピー先のディレクトリにアクセスできるようにする. 例) chown -R apache.apache MOODLE_TOP/moodle/blocks/ vi MOODLE_TOP/moodle/lang/en_utf8/assignment.php $string['typesloodleobject'] = 'Sloodle Object'; を追加
- 「サイト管理」の「通知」にアクセス
- 注) MOODLE_TOP は moodleがインストールされているディレクトリを表す.
Sloodle Versions: all (?)
This is the primary part of Sloodle -- it is an activity module which you install into Moodle, and you can find it in the "sloodle" folder you downloaded earlier.
- Access your Moodle installation via FTP
- Open the "mod" folder and you will see folders such as assignment, chat, choice...
- If there is already a folder called "sloodle", then delete it
- Copy in the "sloodle" folder that came in the archive you downloaded here
- Visit your Moodle admin page in your web-browser (add "admin" to your site's URL to access this)
- You will see an automated series of installation actions ending in "sloodle tables have been set up correctly"
Sloodle Menu Block (Optional)
Sloodle Versions: 0.2, 0.21, 0.3 (?)
This is an optional component which you can use to place a 'block' on your Moodle pages. When visible, the block will show the current user's avatar details (if known), along with useful links to important parts of Sloodle. It is recommended that you install for ease of navigation, but it is not essential. You can find the files in the "sloodle_menu" folder you downloaded earlier.
- Access your Moodle installation
- Open the "blocks" folder
- If there is already a folder called "sloodle_menu", then delete it
- Copy in your new "sloodle_menu" folder
- Visit your Moodle admin page in your web-browser
Sloodle Object Assignment Plug-in (Optional)
Sloodle Versions: 0.3 (?)
This plugin is only available from Sloodle 0.3 onwards, and works like any other Moodle assignment type, and is required if you want to use the Sloodle PrimDrop tool. Unfortunately, it is also more complicated to install. You need to find the folder called "sloodleobject". It may be in the original folder which you downloaded, or alternatively, you may need to find it in your "sloodle" folder (see the Sloodle Module section above), by looking in "sloodle/mod/primdrop-1.0".
- Access your Moodle installation
- Open the "mod/assignment/type" folder
- If there is already a folder called "sloodleobject", then delete it
- Copy in your new "sloodleobject" folder
Assignment Plug-in Localization (Optional)
That is the basic plugin installed and ready, but you may also need to add a line to the language files. You will probably need to do this once for each language which your site uses:
- Access your Moodle installation
- Open the "lang/en_utf8" folder
- Download the "assignment.php" file (only necessary if you are connected remotely)
- Open the "assignment.php" file
- Scroll to the bottom of the file
- Immediately after the last "$string..." line, add a newline: $string['typesloodleobject'] = 'Sloodle Object';
- Save the file
- Upload your file back to your Moodle installation, overwriting the original (only necessarily if you are connected remotely)
You can perform the above steps for any other language. For example, if your site uses French, then open the "lang/fr_utf8" folder in step 2 instead.
Activate the Tools
Visit the Moodle administration page from your site's front page by clicking "Notifications" or "Admin..." on the administration menu. Try also adding "/admin" to your site's web address to access this feature. This will make sure Moodle finishes the installation, and makes any necessary database changes.
Next Steps
You are now ready to configure Sloodle for your site, and then to Get the Sloodle Objects.
| This page is part of the SLOODLE documentation | |||
|---|---|---|---|
| Docs: Users | Administrators | Developers | |||
| Wiki Frontpage Sloodle.org | |||
