Changes
Page history
Update standalone
authored
Dec 21, 2021
by
bgm
Show whitespace changes
Inline
Side-by-side
standalone.md
View page @
cd69c741
...
...
@@ -31,7 +31,19 @@ Proof of concept of CiviCRM Standalone, as of 2021-12-15:
See this meta-issue: https://lab.civicrm.org/dev/core/-/issues/2998
# Manual installation
# Installation
## Using buildkit
Apply this buildkit patch: https://github.com/civicrm/civicrm-buildkit/pull/662
Then create the site:
```
civibuild create test1 --type standalone-clean --civi-ver master
```
More info on civibuild: https://docs.civicrm.org/dev/en/latest/tools/civibuild/
## Using composer
...
...
...
...