systemseed/anu_lms_base

A base recipe for Anu LMS.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-recipe

1.0.1 2024-10-03 16:07 UTC

This package is auto-updated.

Last update: 2025-01-03 17:12:46 UTC


README

A Drupal recipe that sets up the basics of the Anu Learning Management System.

Installation

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.

  1. Install Drupal CMS (instructions). Installation on vanilla Drupal is also possible, but you have to additionally prepare Composer for recipe installation (instructions).
  2. Prepare Composer for Anu LMS installation:
    composer config allow-plugins.cweagans/composer-patches true
    composer require cweagans/composer-patches
    
  3. 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
    
  4. Pull this recipe to your file system:
    composer require systemseed/anu_lms_base
    
  5. Install the recipe:
    drush recipe recipes/anu_lms_base
    
  6. Visit the Anu LMS project page for more information.