A Drupal recipe that sets up the basics of the Anu Learning Management System.
If you are installing everything from scratch, we recommend DDEV for running Drupal and Anu LMS.
Skip step 1. if you have Drupal CMS or vanilla Drupal installed already.
- Install Drupal CMS (instructions). Installation on vanilla Drupal is also possible, but you have to additionally prepare Composer for recipe installation (instructions).
- Prepare Composer for Anu LMS installation:
composer config allow-plugins.cweagans/composer-patches true composer require cweagans/composer-patches
- Make sure you have Drush 13 or higher. Run this commands to check the version
and upgrade Drush if needed:
drush --version composer require drush/drush
- Pull this recipe to your file system:
composer require systemseed/anu_lms_base
- Install the recipe:
drush recipe recipes/anu_lms_base
- Visit the Anu LMS project page for more information.