Moodle Installation: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - "== reference ==" to "== References =="
m (Text replacement - "== reference ==" to "== References ==")
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
== about Moodle ==
for moodle users or teachers
=== for moodle users or teachers ===
* [http://moodle.org/ Moodle - A Free, Open Source Course Management System for Online Learning]([http://docs.moodle.org/ MoodleDocs],  [http://docs.moodle.org/zh/%E9%A6%96%E9%A1%B5 中文MoodleDocs],[http://moodle.org/course/category.php?id=1 forums], [http://sourceforge.net/projects/moodle/files/Moodle/ Files] included old versions of Moodle, [http://cvs.moodle.org/moodle/ CVS])
* [http://moodle.org/ Moodle - A Free, Open Source Course Management System for Online Learning]([http://docs.moodle.org/ MoodleDocs],  [http://docs.moodle.org/zh/%E9%A6%96%E9%A1%B5 中文MoodleDocs],[http://moodle.org/course/category.php?id=1 BBS], [http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.3/ Files] included old versions of Moodle)
* Moodle 討論區:  
* Moodle 討論區:  
*# [http://moodle.hcc.edu.tw/moodle/mod/forum/view.php?f=30 Moodle加油站的「你問我答-大家來討論」討論區] {{Gd}}
*# {{Gd}} [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://twpug.net/modules/newbb/viewforum.php?forum=24 台灣PHP聯盟(Taiwan PHP User Group) - 討論區 - 數位學習平台]
*# [http://www.linkedin.com/groups?home=&gid=2837239&trk=anet_ug_hm Moodle for Teachers (M4T) - LinkedIn]
*# [http://www.linkedin.com/groups?home=&gid=2837239&trk=anet_ug_hm Moodle for Teachers (M4T) - LinkedIn]
*# [https://moodle.org/mod/forum/view.php?id=55 General developer forum]


* Moodle線上教學
* Moodle線上教學
** [http://www.gfes.ilc.edu.tw/~gavin/mydata/webdata/learnMoodle/ 宜蘭縣Moodle數位學習平台研習教學網站]
** [http://www.twedutest.com/moodle/course/view.php?id=59 課程: 如何使用 Moodle (教師版)]
** [http://moodle.club.tw/moodle/course/view.php?id=23 課程: Moodle平台使用123] (需註冊為會員)
** [http://moodle.club.tw/moodle/course/view.php?id=23 課程: Moodle平台使用123] (需註冊為會員)
** [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 架站錄影教學] Thanks! [http://163.20.160.21/xoops22/  歐展嘉老師]


=== for moodle site administrators or developes ===
for moodle site administrators or developes
* [http://xref.moodle.org/nav.html?index.html PHP Cross Reference of Moodle]
* PHP Cross Reference of Moodle([xRef]): [http://xref.schoolsict.net/moodle/2.2/nav.html?index.html Moodle 2.2], [http://xref.moodle.org/nav.html?index.html Moodle 1.9.9]
* [http://docs.moodle.org/en/Release_Notes Release Notes]
* [http://docs.moodle.org/en/Release_Notes Release Notes]
* [http://phpdocs.moodle.org/ Moodle Technical Documentation (phpdocumentor)]
* [http://phpdocs.moodle.org/ Moodle Technical Documentation (phpdocumentor)]
Line 77: Line 74:
WHERE  `name` LIKE  '%debug%'
WHERE  `name` LIKE  '%debug%'
</pre>
</pre>
default value of  
value of  
* debug 0 (NONE: Do not show any errors or warnings) -> 6143 (ALL: Show all reasonable PHP debug messages)
* debug: Debug messages
* debugdisplay 0 (No) -> 1 (Yes)
** 0 (NONE: Do not show any errors or warnings) ->  
** 6143 (ALL: Show all reasonable PHP debug messages) {{exclaim}} not 1
** 38911 (DEVELOPER: extra Moodle debug messages for developers)
* debugdisplay: Display debug messages
** 0 (No)
** 1 (Yes)
* debugpageinfo: Show page information
* perfdebug: Performance info




Line 118: Line 122:


==== method2 (not require the admin permission) ====
==== method2 (not require the admin permission) ====
* download the [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows]
* download the [http://gnuwin32.sourceforge.net/packages/wget.htm wget for windows]<ref>[http://docs.moodle.org/23/en/Cron_with_Windows_OS Cron with Windows OS - MoodleDocs]</ref><ref>[http://www.rememberthemilk.com/forums/tips/4662/?hl=zh-TW Remember The Milk - Forums / Tips & Tricks / Automatic backup (Windows script)]</ref>
* create the cron.bat as follows  
* create the cron.bat as follows  
<pre>REM -- run Moodle cron job
<pre>REM -- run Moodle cron job
Line 127: Line 131:
** (optional) If you do not want to see the pop-up prompt window, you may need to install [http://www.ntwind.com/software/utilities/hstart.html hstart]. And add the following path to your scheduled tasks
** (optional) If you do not want to see the pop-up prompt window, you may need to install [http://www.ntwind.com/software/utilities/hstart.html hstart]. And add the following path to your scheduled tasks
<pre>path/to/hstart.exe /NOCONSOLE /IDLE path/to/cron.bat </pre>
<pre>path/to/hstart.exe /NOCONSOLE /IDLE path/to/cron.bat </pre>
reference: [http://www.rememberthemilk.com/forums/tips/4662/?hl=zh-TW Remember The Milk - Forums / Tips & Tricks / Automatic backup (Windows script)]


=== 開放訪客註冊 ===
=== 開放訪客註冊 ===
Line 184: Line 186:


[[Category:Software]] [[Category:elearning]] [[Category:OSS]] [[Category:LMS]]
[[Category:Software]] [[Category:elearning]] [[Category:OSS]] [[Category:LMS]]
== References ==
<references/>
Anonymous user

Navigation menu