Skip to content

Commit

Permalink
Add step to install EVA views. (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Jul 29, 2022
1 parent e9b1dfb commit 619118c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation/manual/configuring_drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,12 @@ Finally, to get everything up and running, run the Islandora Core Features and I
cd /opt/drupal
sudo -u www-data drush -y -l localhost --userid=1 mim --group=islandora
```

### Enabling EVA Views

Some views provided by Islandora are not enabled by default.

```bash
cd /opt/drupal
drush -y views:enable display_media
```

0 comments on commit 619118c

Please sign in to comment.