Changes
Page history
Update standalone
authored
Dec 09, 2021
by
bgm
Show whitespace changes
Inline
Side-by-side
standalone.md
View page @
0cd14963
...
...
@@ -105,13 +105,11 @@ And then edit and set things manually:
*
UF = Standalone
*
civicrm_root = ..
also
need to patch this bit to
set
in
clude path for civicrm-package
s:
also
add these
set
t
in
g
s:
```
$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?)
...
...
...
...