Moodle Installation

From LemonWiki共筆
Revision as of 14:41, 3 July 2005 by Planetoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

install AppServ

  • select custom to check some options of installation
    • (Apache) Server Name: domain name or IP or localhost
    • (MySQL) change the password

install Moodle

secure the phpMyadmin

  • password or move to another 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


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