Moodle Installation: Difference between revisions
Jump to navigation
Jump to search
m (→about Moodle) |
|||
| Line 1: | Line 1: | ||
== about Moodle == | == about Moodle == | ||
* [http://moodle.org/ Moodle - A Free, Open Source Course Management System for Online Learning]([http://docs.moodle.org/ Wiki], [http://moodle.org/course/category.php?id=1 BBS]) | * [http://moodle.org/ Moodle - A Free, Open Source Course Management System for Online Learning]([http://docs.moodle.org/ Wiki], [http://moodle.org/course/category.php?id=1 BBS]) | ||
* Moodle 討論區: [http://moodle.hcc.edu.tw/moodle/mod/forum/view.php?f=30 Moodle加油站的「你問我答-大家來討論」討論區]、[http://course.skps.kh.edu.tw/course/view.php?id=3 林宏隆老師的 Moodle 討論區] | * Moodle 討論區: | ||
* [http://twpug.net/modules/newbb/viewforum.php?forum=24 台灣PHP聯盟(Taiwan PHP User Group) - 討論區 - 數位學習平台] | *# [http://moodle.hcc.edu.tw/moodle/mod/forum/view.php?f=30 Moodle加油站的「你問我答-大家來討論」討論區]、 | ||
*# [http://course.skps.kh.edu.tw/course/view.php?id=3 林宏隆老師的 Moodle 討論區] | |||
*# [http://twpug.net/modules/newbb/viewforum.php?forum=24 台灣PHP聯盟(Taiwan PHP User Group) - 討論區 - 數位學習平台] | |||
* [http://163.20.160.21/xoops22/modules/tadbook2/index.php?op=view_one_book&book_sn=1 Moodle線上教學平台 電子書] - 簡介Moodle (ISBN 9861256598) | * [http://163.20.160.21/xoops22/modules/tadbook2/index.php?op=view_one_book&book_sn=1 Moodle線上教學平台 電子書] - 簡介Moodle (ISBN 9861256598) | ||
** [http://tpc.k12.edu.tw/1001216482/index.html Moodle 1.5.3 架站錄影教學] | ** [http://tpc.k12.edu.tw/1001216482/index.html Moodle 1.5.3 架站錄影教學] | ||
| Line 9: | Line 11: | ||
* [http://enjoy.phy.ntnu.edu.tw/ 科學園]及其他有登記在Moodle官方網站的臺灣[http://moodle.org/sites/index.php?country=TW 網站清單] | * [http://enjoy.phy.ntnu.edu.tw/ 科學園]及其他有登記在Moodle官方網站的臺灣[http://moodle.org/sites/index.php?country=TW 網站清單] | ||
: or my bookmarks tagged with [http://del.icio.us/planetoid/moodle+courses moodle+courses] | : or my bookmarks tagged with [http://del.icio.us/planetoid/moodle+courses moodle+courses] | ||
== install AppServ == | == install AppServ == | ||
Revision as of 08:07, 3 November 2006
about Moodle
- Moodle - A Free, Open Source Course Management System for Online Learning(Wiki, BBS)
- Moodle 討論區:
- Moodle線上教學平台 電子書 - 簡介Moodle (ISBN 9861256598)
Who use Moodle
- or my bookmarks tagged with moodle+courses
install AppServ
download AppServ 2.4.x from AppServ Open Project
- select custom to check some options of installation
- (Apache) Server Name: domain name or IP or localhost
- (MySQL) change the password
install Moodle
download appserv AddOns for Moodle from AppServ Open Project
- install appserv-AddOns-Moodle-1.5.exe
- default: admin, passwd: admin {moodle}/config.php
- http://localhost/moodle
upgrade Moodle
- backup the (MySQL) data file
- download the latest version of moodle
- (optional) Restart the server to refresh the cache and load the lang pack normally.
- run the {moodle}/install.php
- note: the path of data should be file:\\aaa\\data at MS Windows
secure the phpMyadmin
- password or move to another verbose-named directory
系統設定 » Variables
- lang: en -> zhtw_utf-8 (Recommend: Download the lang pack from official website by yourself not your moodle.)
- langlist: en, zh_tw_utf8
- (optional) slasharguments: file.php?file=/pic.jpg
- smtphosts: ISP?
- enablerssfeeds: 是
- {moodle}/config.php
$CFG->dirroot = 'C:\AppServ\www\moodle'; -> $CFG->dirroot = "c:\appserv\www\moodle";
cron.php maintenance script
- download from http://moodle.org/download/modules/moodle-cron-for-windows.zip
- add the URL of {moodle}/admin/cron.php to HKEY_LOCAL_MACHINE\SOFTWARE\MoodleCron\Sites
modify the translation file
optional
move the data to another HD
- C:\AppServ\apache\conf\httpd.conf
move the webpages to another hard disk
DocumentRoot "C:/AppServ/www" -> DocumentRoot "D:/www"
- restart apache service
- modify {moodle}/config.php
insert the tracking script
- modify the {moodle}/theme/{default_theme_name}/footer.html
- insert the tracking script ex: Google analytics codes