You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/02_Installation/README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ This section describes the installation of the Customer Management Framework and
4
4
5
5
> Please note that Customer Management Framework requires MariaDB as database. It will not work with default MySQL. MariaDB is used to save [activities](../09_Activities/README.md) with the MariaDB Dynamic Columns feature: https://mariadb.com/kb/en/library/dynamic-columns/
6
6
7
+
## Server Requirements
8
+
9
+
### Database permissions
10
+
All permissions based on the [Core Requirements](https://pimcore.com/docs/pimcore/10.6/Development_Documentation/Installation_and_Upgrade/System_Requirements.html#page_Permissions) and including:
11
+
- Create routine
12
+
- Alter routine
13
+
7
14
## Installation
8
15
9
16
1) Add dependency for CMF to your `composer.json` and run `composer update`. Alternatively, in Pimcore directory, run `composer require pimcore/customer-management-framework-bundle`.
@@ -106,14 +113,14 @@ Note that the class doesn't need to contain the attributes as field definitions.
106
113
Of course your customer class can have additional attributes as needed.
107
114
108
115
## Segment Assignments Stored Functions
109
-
The installer creates stored functions on database for auto assigning segments on Assets, Documents & DataObjects. In case this fails,
110
-
Please import stored functions manually by defining a delimiter other than `;` with following files:
116
+
The installer creates stored functions on database for auto assigning segments on Assets, Documents & DataObjects.
117
+
In case the import fails, please import stored functions manually by defining a delimiter other than `;` with following files:
0 commit comments