diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
| commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
| tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/moodle36/files/pkg-message.in | |
| parent | Edit entry for www/nginx (diff) | |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/moodle36/files/pkg-message.in')
| -rw-r--r-- | www/moodle36/files/pkg-message.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/www/moodle36/files/pkg-message.in b/www/moodle36/files/pkg-message.in index e35add4d24db..cfdb44bc8461 100644 --- a/www/moodle36/files/pkg-message.in +++ b/www/moodle36/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 +} +] |
