Moodle Installation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 26: | Line 26: | ||
* lang: en -> zhtw_utf-8 | * lang: en -> zhtw_utf-8 | ||
* langlist: en, zh_tw_utf8 | * langlist: en, zh_tw_utf8 | ||
* slasharguments: file.php?file=/pic.jpg | * (optional) slasharguments: file.php?file=/pic.jpg | ||
* smtphosts: ISP? | * smtphosts: ISP? | ||
* enablerssfeeds: 是 | * enablerssfeeds: 是 | ||
Revision as of 11:10, 22 March 2006
about Moodle
- Moodle - A Free, Open Source Course Management System for Online Learning
- Moodle線上教學平台 電子書 - 簡介
- 林宏隆老師的 Moodle 討論區
- 台灣PHP聯盟(Taiwan PHP User Group) - 討論區 - 數位學習平台
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
secure the phpMyadmin
- password or move to another verbose-named directory
系統設定 » Variables
- lang: en -> zhtw_utf-8
- 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
- C:\AppServ\apache\conf\httpd.conf
move the webpages to another harddisk
DocumentRoot "C:/AppServ/www" -> DocumentRoot "D:/www"
- restart apache service
- modify {moodle}/config.php