Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/products/flexberry-servicebus/fsb_installation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Additionally ###
* The downloading of containers: all containers will be downloaded when you first start.
* Set up containers:
[replace Web.config for the administrative application bus](fsb_editor.html), [replacement App.Config for the service bus](fsb_service.html).
* For the administration application, the database connection string can be set via the environment variable `ESB_CONNECTION_STRING` (for example, in Docker Compose configuration file).
* Running containers:
to start you want to run the command file [start-flexberry-service-bus.cmd](https://github.com/Flexberry/NewPlatform.Flexberry.ServiceBus/blob/develop/Docker/start-flexberry-service-bus.cmd).
* Stop containers:
Expand Down
1 change: 1 addition & 0 deletions pages/products/flexberry-servicebus/fsb_installation.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ $client.DownloadFile("$downloadPath/stop-flexberry-service-bus.cmd", "$pwd\stop-
* Скачивание контейнеров: все необходимые контейнеры будут загружены при первом запуске.
* Настройка контейнеров:
[замена Web.config для административного приложения шины](fsb_editor.html), [замена App.Config для сервиса шины](fsb_service.html).
* Для административного приложения шины строку подключения к базе данных можно задать через переменную окружения `ESB_CONNECTION_STRING` (например, в файле конфигурации Docker Compose).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Полезно добавить сразу информацию, что в конфиге оно выглядит так-то (в этих процентах), а при запуске контейнера специальный скрипт подменяет значение из конфига на заданное.

* Запуск контейнеров:
для старта требуется выполнить командный файл [start-flexberry-service-bus.cmd](https://github.com/Flexberry/NewPlatform.Flexberry.ServiceBus/blob/develop/Docker/start-flexberry-service-bus.cmd).
* Остановка контейнеров:
Expand Down