Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ECA Guide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
Drupal
Documentation
ECA Guide
Commits
2653987d
Commit
2653987d
authored
8 months ago
by
jurgenhaas
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/main' into develop
parents
0a04135b
ee954036
No related branches found
Branches containing commit
No related tags found
1 merge request
!110
Merging develop into main
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/eca/install.md
+7
-11
7 additions, 11 deletions
docs/eca/install.md
docs/eca/troubleshooting.md
+6
-0
6 additions, 0 deletions
docs/eca/troubleshooting.md
with
13 additions
and
11 deletions
docs/eca/install.md
+
7
−
11
View file @
2653987d
...
...
@@ -5,22 +5,18 @@ tags:
---
# Installation
To download the module with composer use the following command:
ECA can use different modellers. The recommended BPMN.iO modeller is used in this Quick Start guide.
Download the ECA module and BPMN.iO modeller module:
```
composer require drupal/eca
composer require drupal/eca
drupal/bpmn_io
```
??? note "Using non-stable releases"
If you want to use non-stable releases (e.g. RC, beta or dev), then you should configure your root project
to allow that by configuring the minimum acceptable stability with e.g. `composer config minimum-stability beta` for
accepting beta releases. Without this, composer may run into dependency issues.
Enable the module(s) in the admin ui of your site (
`/admin/modules`
) or with drush:
Install the ECA and BPMN.iO module and their dependencies via the GUI at
`/admin/modules`
or with Drush:
```
drush
en
eca eca_base
eca_ui
drush
-y pm:install
eca eca_base
bpmn_io
```
The list of modules you may want to install depends on your use-case.
The list of modules you may want to install depends on your use-case.
You can now start building your own models.
This diff is collapsed.
Click to expand it.
docs/eca/troubleshooting.md
+
6
−
0
View file @
2653987d
...
...
@@ -66,3 +66,9 @@ Drupal 10 or even 9.
As a workaround, Drupal core can be patched with
[
this file
](
https://git.drupalcode.org/project/drupal/-/merge_requests/3599.diff
)
and which is discussed and provided by
[
this Drupal issue
](
https://www.drupal.org/project/drupal/issues/3346430
)
.
## Using non-stable releases
If you want to use non-stable releases (e.g. RC, beta or dev), then you should configure your root project
to allow that by configuring the minimum acceptable stability with e.g.
`composer config minimum-stability beta`
for
accepting beta releases. Without this, Composer may run into dependency issues.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment