1a9640b584
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.
20 lines
623 B
Text
20 lines
623 B
Text
===========================================================================
|
|
$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
|
|
|
|
===========================================================================
|