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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
standalone.md
+6
-3
6 additions, 3 deletions
standalone.md
with
6 additions
and
3 deletions
standalone.md
View page @
384c13a8
...
...
@@ -86,12 +86,15 @@ And then edit and set things manually:
also add these settings:
```
$civicrm_setting['domain']['customFileUploadDir'] = '/web/upload';
$civicrm_setting['domain']['uploadDir'] = '/var/www/standalone/web/upload';
$civicrm_setting['domain']['customFileUploadDir'] = '/var/www/standalone/web/upload';
$civicrm_paths['civicrm.packages']['path'] = '/var/www/standalone/vendor/civicrm/civicrm-packages';
$civicrm_setting['domain']['userFrameworkResourceURL'] = 'https://civi.example.org/assets/civicrm/core';
```
(how does Drupal8 handle that?)
# Not sure:
$civicrm_paths['civicrm.files']['path'] = '/var/www/standalone/web/persist';
$civicrm_paths['civicrm.bower']['path'] = '/var/www/standalone/web/assets/civicrm/core/bower_components';
```
## Initialize the database
...
...
This diff is collapsed.
Click to expand it.