14,982
edits
m (→install Moodle) |
m (→= AppServ) |
||
| Line 25: | Line 25: | ||
== install Moodle == | == install Moodle == | ||
=== AppServ == | === AppServ === | ||
download appserv AddOns for Moodle from AppServ Open Project | download appserv AddOns for Moodle from AppServ Open Project | ||
* install appserv-AddOns-Moodle-1.5.exe | * install appserv-AddOns-Moodle-1.5.exe | ||
| Line 34: | Line 34: | ||
in php.ini (xampp/php/php.ini or check the file by using the phpinfo() function ), unmark the curl extension | in php.ini (xampp/php/php.ini or check the file by using the phpinfo() function ), unmark the curl extension | ||
<pre> extension=php_curl.dll </pre> | <pre> extension=php_curl.dll </pre> | ||
in moodle\lang\en_utf8\countries.php | |||
<pre> | |||
$string['TW'] = 'Taiwan, Province Of China'; | |||
change to $string['TW'] = 'Taiwan'; | |||
</pre> | |||
== upgrade Moodle == | == upgrade Moodle == | ||