Moodle Installation: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
* install (1)AppServ 2.4.x and (2) appserv AddOns for Moodle from [http://www.appservnetwork.com/ AppServ Open Project]
 


== install AppServ ==
== install AppServ ==
download AppServ 2.4.x from [http://www.appservnetwork.com/ AppServ Open Project]
* select custom to check some options of installation
* select custom to check some options of installation
** (Apache) Server Name: domain name or IP or localhost
** (Apache) Server Name: domain name or IP or localhost
Line 7: Line 8:


== install Moodle ==
== install Moodle ==
download appserv AddOns for Moodle from AppServ Open Project
* install appserv-AddOns-Moodle-1.5.exe
* install appserv-AddOns-Moodle-1.5.exe
** default: admin, passwd: admin {moodle}/config.php
** default: admin, passwd: admin {moodle}/config.php
Line 12: Line 14:


== secure the phpMyadmin ==
== secure the phpMyadmin ==
* password or move to another directory
* password or move to another verbose-named directory


=== 系統設定 » Variables ===
=== 系統設定 » Variables ===

Revision as of 22:03, 7 February 2006


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

secure the phpMyadmin

  • password or move to another verbose-named directory

系統設定 » Variables

  • lang: en -> zhtw_utf-8
  • langlist: en, zh_tw_utf8
  • 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


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