Update standalone authored by bgm's avatar bgm
......@@ -105,13 +105,11 @@ And then edit and set things manually:
* UF = Standalone
* civicrm_root = ..
also need to patch this bit to set include path for civicrm-packages:
also add these settings:
```
$include_path = '.' . PATH_SEPARATOR .
$civicrm_root . PATH_SEPARATOR .
$civicrm_root . DIRECTORY_SEPARATOR . '../civicrm-packages' . PATH_SEPARATOR .
get_include_path( );
$civicrm_setting['domain']['customFileUploadDir'] = '/web/upload';
$civicrm_paths['civicrm.packages']['path'] = '/var/www/standalone/vendor/civicrm/civicrm-packages';
```
(how does Drupal8 handle that?)
......
......