diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-30 10:18:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-30 10:18:25 +0000 |
commit | 46326af19dcc9edb23abc96f8438a4bb1f809fb7 (patch) | |
tree | 612b47c9d251457767f9f17a4119b3859e6c5499 /www/moodle | |
parent | c8176027ce1a339649a5cfc2fcfbc014f0c050d3 (diff) | |
download | ports-46326af19dcc9edb23abc96f8438a4bb1f809fb7.tar.gz ports-46326af19dcc9edb23abc96f8438a4bb1f809fb7.zip |
Notes
Diffstat (limited to 'www/moodle')
-rw-r--r-- | www/moodle/Makefile | 4 | ||||
-rw-r--r-- | www/moodle/distinfo | 6 | ||||
-rw-r--r-- | www/moodle/files/pkg-message.in | 17 |
3 files changed, 16 insertions, 11 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 9581178b1372..e7f021974318 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -6,9 +6,9 @@ # PORTNAME= moodle -PORTVERSION= 1.5.4 +PORTVERSION= 1.7 CATEGORIES= www -MASTER_SITES= http://download.moodle.org/stable15/ +MASTER_SITES= http://download.moodle.org/stable17/ EXTRACT_SUFX= .tgz MAINTAINER= jmrueda@diatel.upm.es diff --git a/www/moodle/distinfo b/www/moodle/distinfo index 1a3955f88d9e..6505828f4199 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,3 +1,3 @@ -MD5 (moodle-1.5.4.tgz) = 86cddfda2b6d9a08b37cc3a16bda1090 -SHA256 (moodle-1.5.4.tgz) = 368d850acd03d9a21786ce7a451466496a93341f7a21db423c5703cdddf994f9 -SIZE (moodle-1.5.4.tgz) = 15126672 +MD5 (moodle-1.7.tgz) = b1d50adefe398bf328d87a4a40e6fa18 +SHA256 (moodle-1.7.tgz) = b65ac459413c9abb6e820a0f2fdbf77fcde23b76136c4de1c33f2b20ba95489d +SIZE (moodle-1.7.tgz) = 9563307 diff --git a/www/moodle/files/pkg-message.in b/www/moodle/files/pkg-message.in index bbb879884d21..148a93cbf668 100644 --- a/www/moodle/files/pkg-message.in +++ b/www/moodle/files/pkg-message.in @@ -11,8 +11,9 @@ POST-INSTALL CONFIGURATION FOR MOODLE 2) Add the following to your Apache configuration, and restart the server: + ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/ - AcceptPathInfo On ### Add this directive only for Apache 2.0.30 or later. + AcceptPathInfo On <Directory %%PREFIX%%/%%MOODLEDIR%%> AllowOverride None Order Allow,Deny @@ -20,7 +21,7 @@ POST-INSTALL CONFIGURATION FOR MOODLE </Directory> <Directory %%PREFIX%%/%%MOODLEDATADIR%%> AllowOverride None - Order Deny,Allow + Order Allow,Deny Deny from all </Directory> @@ -38,14 +39,18 @@ POST-INSTALL CONFIGURATION FOR MOODLE set up whatever file permissions you deem more adequate. For instance, user=root, group=www, mask=640. -4) Set up a cron task to call the file admin/cron.php - every five minutes or so. You can do so by using wget, - links or something similar to open the web page - http://your.server.com/moodle/admin/cron.php. +4) Set up a cron task to invoke the file admin/cron.php + every five minutes or so. For instance: + */5 * * * * fetch http://your.server.com/moodle/admin/cron.php For more information, see the INSTALL DOCUMENTATION: http://docs.moodle.org/en/Installing_Moodle +If you are upgrading from an earlier version of Moodle, check out +possible additional steps at: + + http://docs.moodle.org/en/Upgrading_to_Moodle_1.7 + If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org. |