...
- изменить строку соединения
Json
{ "WorkFolder": "/tmp/VitroTemp", "ConsumerList": [ { "RabbitMQ": { "ConnectionString": "amqp://login:password@localhost:5672", "Queue": "IfcToXkt", "Exchange": "Vitro", "ErrorQueue": "Error", "ErrorQueueKey": "Error" }, "VitroSitePath": "http://localhost", "VitroUserName": "login", "VitroPassword": "password", "WorkingDirectory": "/tmp/VitroTemp", "PathExe": "wine", "Arg": "/usr/local/IfcToXktConverter/IfcToXktConverter.exe {0}", "Prefix": "", "ExtensionList": [ "xkt", "db" ] } ] }
"Configuration": { "RabbitMQ": { "ConnectionString": "amqp://admin:admin@localhost:5672", "Queue": "IfcToXkt", "Exchange": "Vitro", "ErrorQueue": "Error", "ErrorQueueKey": "Error" },
"VitroSitePath": "http://localhost:51303", "VitroUserName": "admin", "VitroPassword": "admin", "WorkFolder": "/tmp/VitroTemp", "PathExe": "wine", "Prefix": "/usr/local/IfcToXktConverter/IfcToXktConverter.exe {0}", "ExtensionList": [ "xkt", "db" ] } |
...
2. Установить атрибут "Исполняемый" для файла Install_IfcToXktConverter.sh:
sudo chmod +x Install_IfcToXktConverter.sh
|
3. Запустить файл настройки Install_IfcToXktConverter.sh:
sudo chmod +x Install_IfcToXktConverter.sh
|
4. Скопировать папку приложения в желаемое расположение:
...