Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Wiki
standalone
Changes
Page history
New page
Templates
Clone repository
Update standalone
authored
3 years ago
by
bgm
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
standalone.md
+1
-13
1 addition, 13 deletions
standalone.md
with
1 addition
and
13 deletions
standalone.md
View page @
add5624c
...
@@ -71,19 +71,7 @@ Presumably we will want some sort of composer template, so that people can also
...
@@ -71,19 +71,7 @@ Presumably we will want some sort of composer template, so that people can also
## civicrm.settings.php
## civicrm.settings.php
Since the installer does not work, generate manually:
The installer works and should set correct default paths. For reference, this was previously required:
```
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:
```
```
$civicrm_setting['domain']['uploadDir'] = '/var/www/standalone/web/upload';
$civicrm_setting['domain']['uploadDir'] = '/var/www/standalone/web/upload';
...
...
This diff is collapsed.
Click to expand it.