Changes
Page history
Update standalone
authored
Dec 21, 2021
by
bgm
Show whitespace changes
Inline
Side-by-side
standalone.md
View page @
74a0ed4b
...
...
@@ -44,18 +44,16 @@ cd standalone
composer install
```
Apply this patch: https://github.com/civicrm/civicrm-core/pull/22227
And then change some permissions:
```
# Keeping smarty files outside the public webroot
chgrp www-data templates_c
chmod g+w templates_c
chgrp www-data
data/
templates_c
chmod g+w
data/
templates_c
# Some uploads are assumed to be publicly accessible, I think?
chgrp www-data upload
chmod g+w upload
chgrp www-data
data/
upload
chmod g+w
data/
upload
```
Old notes, the initial composer setup was:
...
...
...
...