mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 00:05:43 +01:00
39fcb981b8
I've left out stuff that didn't seem necessary ... including a lot of the Wiki plugins which were quote large... I'm not sure if this is currently working ... I'm about to try it out.
23 lines
706 B
Plaintext
23 lines
706 B
Plaintext
Information on how to install and use ErfurtWiki can be found in the
|
|
README, this file only contains notes for the impatient:
|
|
|
|
Quick Test Installation
|
|
=======================
|
|
|
|
- just move this newly extracted directory into your webservers docroot:
|
|
mv ewiki-R1.00f7 /var/www/wiki
|
|
|
|
- then edit the "config.php" file, you may need to set the correct
|
|
parameters to access your MySQL database server (db user name and
|
|
password, and select a database different from "test")
|
|
|
|
- just go to http://localhost/wiki/
|
|
(or whereever you did put the files)
|
|
|
|
|
|
Warning
|
|
=======
|
|
|
|
Simply installing these files unchanged onto a public webserver is a bad
|
|
idea, at least the tools/ subdir should be password-protected!
|