Changes
Page history
Update standalone
authored
Dec 21, 2021
by
bgm
Show whitespace changes
Inline
Side-by-side
standalone.md
View page @
add5624c
...
...
@@ -71,19 +71,7 @@ Presumably we will want some sort of composer template, so that people can also
## civicrm.settings.php
Since the installer does not work, generate manually:
```
https://github.com/civicrm/civicrm-core/pull/22227
cd /var/www/standalone/
cp vendor/civicrm/civicrm-core/templates/CRM/common/civicrm.settings.php.template data/civicrm.settings.php
```
And then edit and set things manually:
*
UF =
`Standalone`
*
`$civicrm_root = '/var/www/standalone/vendor/civicrm/civicrm-core/';`
also add these settings:
The installer works and should set correct default paths. For reference, this was previously required:
```
$civicrm_setting['domain']['uploadDir'] = '/var/www/standalone/web/upload';
...
...
...
...