Dasable install new module link

This commit is contained in:
benjamin melançon 2020-07-22 09:20:52 -04:00
parent 9a63f9d67b
commit 77bf0066f7

View file

@ -100,7 +100,13 @@ Drutopia releases will expect the configuration in `$project_root/config/sync`.
$settings['config_sync_directory'] = '../config/sync';
```
(This should be updated to use a distribution-wide settings.php when we have that.)
While in `web/sites/default/settings.php` also prevent site administrators being told they can install new modules when they can't and add:
```php
$conf['allow_authorize_operations'] = FALSE;
```
(All this should be updated to use a distribution-wide settings.php when we have that.)
Once you also have a working Drush installation and a live instance, you can then aquire and export the initial configuration with: