summaryrefslogtreecommitdiff
path: root/www/moodle/MESSAGE
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-04 09:20:00 +0000
committerwiz <wiz>2010-06-04 09:20:00 +0000
commitc0df812c2f2f5171d32e6018177f3a62663f52c2 (patch)
tree5c31009cf44020685080930d4e9280d31fcae2c9 /www/moodle/MESSAGE
parent84710a88cac48663cf378b4cd09fe4951a86824c (diff)
downloadpkgsrc-c0df812c2f2f5171d32e6018177f3a62663f52c2.tar.gz
Initial import of moodle-1.9.8 from wip, packaged by Wen Heping.
Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.
Diffstat (limited to 'www/moodle/MESSAGE')
-rw-r--r--www/moodle/MESSAGE20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/moodle/MESSAGE b/www/moodle/MESSAGE
new file mode 100644
index 00000000000..acc3b49307b
--- /dev/null
+++ b/www/moodle/MESSAGE
@@ -0,0 +1,20 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2010/06/04 09:20:00 wiz Exp $
+
+Add the following line to httpd.conf to make Moodle accessible
+through your HTTP server:
+
+ Include ${PKG_SYSCONFDIR}/moodle.conf
+
+Your Moodle is then accessible through:
+
+ http://www.example.com/moodle/
+
+Then create a user and a database for Moodle to store all
+its tables in (or choose an existing database).
+
+For more information, see the INSTALL DOCUMENTATION:
+
+ http://docs.moodle.org/en/Installing_Moodle
+
+===========================================================================