[
{ type: install
  message: <<EOM
Complete instructions for installing and configuring Drupal can be found here:

/usr/local/share/doc/drupal10/INSTALL.txt

You need to create the DB where Drupal is going to live, and depending on
which database you intend to use, you should consult one of the following
documents:

 /usr/local/share/doc/drupal10/INSTALL.mysql.txt
 /usr/local/share/doc/drupal10/INSTALL.pgsql.txt
 /usr/local/share/doc/drupal10/INSTALL.sqlite.txt

You also need to add appropriate configuration directives to your apache
configuration file (/usr/local/etc/apache(2)/httpd.conf).

A typical configuration might read:

    Alias /drupal "/usr/local/www/drupal10"
    <Directory "/usr/local/www/drupal10">
	Options Indexes FollowSymlinks MultiViews
	AllowOverride all
	Require all granted
    </Directory>

Please see http://drupal.org/cron for important information on setting up
periodic maintenance tasks in Drupal.

Please see http://drupal.org/requirements for important information on
system requirements for Drupal 10.  In particular, please ensure that your
configuration:

- uses PHP 8.1 or later
- PHP "memory_limit" is set to "32Mb" or larger
- PHP "register_globals" is set to "Off"
- PHP "safe_mode" is set to "Off"
- PHP "session.cache_limiter" is set to "nocache"
EOM
}
{ type: upgrade
  message: <<EOM
For important information about upgrading from previous versions of Drupal, please
please see: /usr/local/share/doc/drupal10/UPDATE.txt

You can install www/drush if you have problems with Drupal update. Drush is a 
command line tool for Drupal
EOM
}
]
