summaryrefslogtreecommitdiff
path: root/www/moodle37/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/moodle37/files/pkg-message.in')
-rw-r--r--www/moodle37/files/pkg-message.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/www/moodle37/files/pkg-message.in b/www/moodle37/files/pkg-message.in
index 10becf77ae50..b17b53d32fdb 100644
--- a/www/moodle37/files/pkg-message.in
+++ b/www/moodle37/files/pkg-message.in
@@ -1,6 +1,6 @@
-POST-INSTALL CONFIGURATION FOR MOODLE
-=====================================
-
+[
+{ type: install
+ message: <<EOM
1) Create a user and a database for Moodle to store all
its tables in (or choose an existing database).
It doesn't matter what the database or user names are,
@@ -43,7 +43,10 @@ For more information, see the INSTALL DOCUMENTATION:
It may be worth reading the installation docs even if Moodle seems
to be working at first, to ensure your PHP settings and database
configuration will allow Moodle to operate properly.
-
+EOM
+}
+{ type: upgrade
+ message: <<EOM
If you are upgrading from an earlier version of Moodle, check out
possible additional steps at:
@@ -51,3 +54,6 @@ possible additional steps at:
If you have real trouble, please visit the Moodle course
"Using Moodle" on moodle.org.
+EOM
+}
+]