Commit e8cd4683 authored by Gulnur Erezheeva's avatar Gulnur Erezheeva

CRM install

parent 12f98867
......@@ -119,6 +119,7 @@ CRM - нулевые значения в модулях.
2. В файл `/opt/synergy/jboss/standalone/configuration/arta/api-observation-configuration.xml`
прописать очередь:
```xml
<listener>
<queue>java:jboss/queues/Synergy/FormDataChange</queue>
<event>event.form.formdata.change</event>
......@@ -127,19 +128,21 @@ CRM - нулевые значения в модулях.
<queue>java:jboss/queues/Synergy/LeadDelete</queue>
<event>crm.lead.delete</event>
</listener>
```
3. Создать файл в `/opt/synergy/jboss/standalone/configuration/arta/apps/crm/crm.properties`
cо следующим содержимым:
`synergy.address=http://localhost:8080/Synergy`
`user.login=логин`
`user.password=пароль`
```xml
synergy.address=http://localhost:8080/Synergy
user.login=логин
user.password=пароль
```
4. В файл `/opt/synergy/jboss/standalone/configuration/standalone-onesynergy.xml`
добавить очередь:
```xml
<jms-queue name="FormDataChange">
<entry name="queue/FormDataChange"/>
<entry name="java:jboss/queues/Synergy/FormDataChange"/>
......@@ -150,6 +153,7 @@ cо следующим содержимым:
<entry name="java:jboss/queues/Synergy/LeadDelete"/>
<durable>true</durable>
</jms-queue>
```
5. Задеплоить crm.war (подробнее
http://tdd.lan.arta.kz/docs/synergy/trunk/sdk-doc/html/integration.deploy.html).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment