Dasable install new module link
This commit is contained in:
parent
9a63f9d67b
commit
77bf0066f7
1 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue