An open API service indexing awesome lists of open source software.

https://github.com/itk-dev/azure-ad-delta-sync-drupal-test

Test Drupal site for Adgangstyring
https://github.com/itk-dev/azure-ad-delta-sync-drupal-test

ad-delta-sync drupal php test

Last synced: 12 months ago
JSON representation

Test Drupal site for Adgangstyring

Awesome Lists containing this project

README

          

# Adgangsstyring Drupal Test

```sh
docker compose up -d
docker compose exec phpfpm composer install
docker compose exec phpfpm vendor/bin/drush --yes site:install minimal --existing-config
```

```sh
composer install
vendor/bin/drush --yes site:install minimal --existing-config
vendor/bin/drush user:login
```

## Loading fixtures

```sh
vendor/bin/drush pm:enable custom_fixtures --yes
vendor/bin/drush content-fixtures:load --yes
```