jhu-idc / idc-isle-dc

Islandora Digital Collections (IDC) development environment
MIT License
2 stars 6 forks source link

LAGS-154 #311

Closed DonRichards closed 2 years ago

DonRichards commented 2 years ago

Merge pull/309 first

Fixes https://jhulibraries.atlassian.net/browse/LAGS-154

Error message

 $ make config-export
 [notice] Differences of the active config to the export directory:
+------------+--------------------------+-----------+
| Collection | Config                   | Operation |
+------------+--------------------------+-----------+
|            | contact_storage.settings | Update    |
+------------+--------------------------+-----------+

 // The .yml files in your export directory (/var/www/drupal/config/sync) will be deleted and replaced with the active  
 // config.: yes.                                                                                                       

 [warning] unlink(/var/www/drupal/config/sync/at_core.settings.yml): Permission denied FileSystem.php:124
...
 [warning] unlink(/var/www/drupal/config/sync/workbench_access.settings.yml): Permission denied FileSystem.php:124
 [error]  The file permissions could not be set on /var/www/drupal/config/sync. 

In FileStorage.php line 86:

  Failed to create config directory /var/www/drupal/config/sync  

make: *** [Makefile:201: config-export] Error 1

To test

Run make clean > git checkout codebase/ > make up > make config-export