Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Synergy Sales
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
Public Documentation
Synergy Sales
Commits
873fd81b
Commit
873fd81b
authored
Aug 19, 2019
by
Danir Tlepov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
f100a2a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
install_guide/index.rst
install_guide/index.rst
+15
-15
No files found.
install_guide/index.rst
View file @
873fd81b
...
...
@@ -73,10 +73,10 @@ Synergy Customers устанавливается отдельным пакето
-------------------
Во-первых, необходимо добавить Системного пользователя в группу
"Все права" (с кодом `
customers_groups_access_all
`).
"Все права" (с кодом `
`customers_groups_access_all`
`).
Во-вторых, необходимо проверить доступность приложения по адресу
http://адрес_сервера:порт/customers
(например:
``http://адрес_сервера:порт/customers``
(например:
http://192.168.4.80:8080/customers).
Ожидаемое поведение:
...
...
@@ -92,7 +92,8 @@ http://192.168.4.80:8080/customers).
* проверить конфигурационный файл ``/etc/nginx/sites-enabled/synergy-base``
на наличие следующих настроек:
```
.. code-block:: xml
location /constructor {
allow all;
proxy_pass http://127.0.0.1:8080;
...
...
@@ -103,11 +104,10 @@ http://192.168.4.80:8080/customers).
location /customers {
proxy_pass http://127.0.0.1:8080/customers;
}
```
* открыть Конструктор приложений по адресу
http://адрес_сервера:порт/constructor
* открыть Конструктор приложений по адресу
``http://адрес_сервера:порт/constructor``
(например: http://192.168.4.80:8080/constructor), авторизоваться под Системным
пользователем, открыть приложение с кодом `
customers
` и задеплоить его через
пользователем, открыть приложение с кодом `
`customers`
` и задеплоить его через
меню "Клиент" -> "Деплой".
В-третьих, обязательно выполнить прочие пункты
...
...
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