Moodle Installation: Difference between revisions

Jump to navigation Jump to search
m
Text replacement - "== reference ==" to "== References =="
m (Text replacement - "== reference ==" to "== References ==")
 
(22 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])
* 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]
*# [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 68: Line 66:
* moodledata files which uploaded by users  
* moodledata files which uploaded by users  
* moodle database
* moodle database
=== debug Moodle ===
SQL syntax
<pre>
SELECT *
FROM  `mdl_config`
WHERE  `name` LIKE  '%debug%'
</pre>
value of
* debug: Debug messages
** 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
{{exclaim}} Some moodle sites will not allowed to login the "Site Administration" page after enable to "Display debug messages (debugdisplay)" because the error message block the normal display of moodle page. Highly recommend, '''left one browser tab on the "Debugging" setting page''' if you can not access the database. [Moodle 1.8.1]


== secure the phpMyadmin ==
== secure the phpMyadmin ==
Line 103: 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 112: 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 155: Line 172:


== other notes ==
== other notes ==
=== Moodle Assign roles for 1.7.x ===
[[Moodle Assign roles]] for 1.7.x
[[Moodle Assign roles]] for 1.7.x


Moodle wiki syntax (markup)
=== Moodle wiki syntax (markup) ===
* CamelWord
* CamelWord
* Free link
* Free link
** <pre>[Free_link]</pre>
** <pre>[Free_link]</pre>
** or <pre>[Description | Free_link]</pre>
** or <pre>[Description | Free_link]</pre>
=== forgot the specified theme ===
SELECT  `value` FROM mdl_config WHERE  `name` =  'theme' /*execute SQL command in Moodle 1.99+ database*/;


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

Navigation menu