Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
doc
Commits
e8cd4683
Commit
e8cd4683
authored
Jan 06, 2017
by
Gulnur Erezheeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRM install
parent
12f98867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
crm/additional/src/crm_install.md
crm/additional/src/crm_install.md
+9
-5
No files found.
crm/additional/src/crm_install.md
View file @
e8cd4683
...
@@ -119,6 +119,7 @@ CRM - нулевые значения в модулях.
...
@@ -119,6 +119,7 @@ CRM - нулевые значения в модулях.
2.
В файл
`/opt/synergy/jboss/standalone/configuration/arta/api-observation-configuration.xml`
2.
В файл
`/opt/synergy/jboss/standalone/configuration/arta/api-observation-configuration.xml`
прописать очередь:
прописать очередь:
```
xml
<listener>
<listener>
<queue>
java:jboss/queues/Synergy/FormDataChange
</queue>
<queue>
java:jboss/queues/Synergy/FormDataChange
</queue>
<event>
event.form.formdata.change
</event>
<event>
event.form.formdata.change
</event>
...
@@ -127,19 +128,21 @@ CRM - нулевые значения в модулях.
...
@@ -127,19 +128,21 @@ CRM - нулевые значения в модулях.
<queue>
java:jboss/queues/Synergy/LeadDelete
</queue>
<queue>
java:jboss/queues/Synergy/LeadDelete
</queue>
<event>
crm.lead.delete
</event>
<event>
crm.lead.delete
</event>
</listener>
</listener>
```
3.
Создать файл в
`/opt/synergy/jboss/standalone/configuration/arta/apps/crm/crm.properties`
3.
Создать файл в
`/opt/synergy/jboss/standalone/configuration/arta/apps/crm/crm.properties`
cо следующим содержимым:
cо следующим содержимым:
`synergy.address=http://localhost:8080/Synergy`
```
xml
synergy.address=http://localhost:8080/Synergy
`user.login=логин`
user.login=логин
user.password=пароль
`user.password=пароль
`
``
`
4.
В файл
`/opt/synergy/jboss/standalone/configuration/standalone-onesynergy.xml`
4.
В файл
`/opt/synergy/jboss/standalone/configuration/standalone-onesynergy.xml`
добавить очередь:
добавить очередь:
```
xml
<jms-queue
name=
"FormDataChange"
>
<jms-queue
name=
"FormDataChange"
>
<entry
name=
"queue/FormDataChange"
/>
<entry
name=
"queue/FormDataChange"
/>
<entry
name=
"java:jboss/queues/Synergy/FormDataChange"
/>
<entry
name=
"java:jboss/queues/Synergy/FormDataChange"
/>
...
@@ -150,6 +153,7 @@ cо следующим содержимым:
...
@@ -150,6 +153,7 @@ cо следующим содержимым:
<entry
name=
"java:jboss/queues/Synergy/LeadDelete"
/>
<entry
name=
"java:jboss/queues/Synergy/LeadDelete"
/>
<durable>
true
</durable>
<durable>
true
</durable>
</jms-queue>
</jms-queue>
```
5.
Задеплоить crm.war (подробнее
5.
Задеплоить crm.war (подробнее
http://tdd.lan.arta.kz/docs/synergy/trunk/sdk-doc/html/integration.deploy.html).
http://tdd.lan.arta.kz/docs/synergy/trunk/sdk-doc/html/integration.deploy.html).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment