... | ... | @@ -86,12 +86,15 @@ And then edit and set things manually: |
|
|
also add these settings:
|
|
|
|
|
|
```
|
|
|
$civicrm_setting['domain']['customFileUploadDir'] = '/web/upload';
|
|
|
$civicrm_setting['domain']['uploadDir'] = '/var/www/standalone/web/upload';
|
|
|
$civicrm_setting['domain']['customFileUploadDir'] = '/var/www/standalone/web/upload';
|
|
|
$civicrm_paths['civicrm.packages']['path'] = '/var/www/standalone/vendor/civicrm/civicrm-packages';
|
|
|
$civicrm_setting['domain']['userFrameworkResourceURL'] = 'https://civi.example.org/assets/civicrm/core';
|
|
|
```
|
|
|
|
|
|
(how does Drupal8 handle that?)
|
|
|
# Not sure:
|
|
|
$civicrm_paths['civicrm.files']['path'] = '/var/www/standalone/web/persist';
|
|
|
$civicrm_paths['civicrm.bower']['path'] = '/var/www/standalone/web/assets/civicrm/core/bower_components';
|
|
|
```
|
|
|
|
|
|
## Initialize the database
|
|
|
|
... | ... | |