Hello.

The problem is - i didn't see requests to _bundle.js files in "Network" tab in browser console.

System behavior is like there is no bundles.

My steps:

  • Configure bundler and create dictionary appropriate with documentation
  • Generate bundels and check them in "CREATIO_ROOT/Terrasoft.WebApp/conf/content/bundles" directory
  • Check bundles direcory system rights and access
  • Reset IIS and Redis
Like 1

Like

1 comments

Hello,

Please check if you have debug mode enabled (system setting IsDebug). When it is turned on, the system will not use bundles even though they are enabled.

Show all comments

Hello, colleagues.

Im using swagger api on 

*:81/api/index.html 

to configure global search services.

My actions:

  • Launch all required docker containers according with documentation
  • Registered a 'my_precious' site name with the parameters 

    {"databaseType": "mssql", "databaseConnectionString"...

MoreLess

Like 0

Like

1 comments

Hello

1. I suggest performing a check using the Swagger interface:

  1. Follow this link:

    http://GS_server_address:81/api/index.html
     

Where...MoreLess

Show all comments

Hi community, 

does anyone successfully upgraded a creatio instance hosted on docker container ? 

Like 1

Like

1 comments

Hello,

 

At the moment, there is no official procedure for updating the application to the docker. You can find the relevant communication...MoreLess

Show all comments

Hi community,

I would like to know if anyone has configured their development environment using a docker container.

I would like to speed up the configuration of a new development environment on a local laptop.

I can create a docker image and use clio to customize it as I want.

My concern is with the...MoreLess

Like 3

Like

2 comments

Hi, you have two options for keeping data. First - configure your dev environment with persistent volume. In this case, you need to complet...MoreLess

Show all comments (1)

Hi,

I am trying to set up a creatio development environment with docker for the guided learning Development on Creatio Platform (November) workshop sessions starting next monday.

I have found the academy article https://academy.creatio.com/docs/user/on_site_deployment/application_se…

My problem now...MoreLess

Like 0

Like

1 comments

Hello,



As far as we can not help you with this question because we do not know what Creatio package you are using, this question can be resolved...MoreLess

Show all comments

hi!

I see that the Appserver is possible to be run in a container.

Did anyone try to make a docker compose file for the whole Creatio setup?

Like 1

Like

7 comments

Good day,

Unfortunately, Creatio support does not have a ready-to-install compose file nor do we have documented instructions to create on...MoreLess

Show all comments (6)

Hi there!

I'm trying to run clio in Docker on Ubuntu Server 20.04.

Following instructions provided here - https://github.com/Advance-Technologies-Foundation/clio#installation-an…, I have downloaded the source code, and executed "docker build -f ./install/Dockerfile -t clio ."

But I got unexpected output...MoreLess

Like 1

Like

2 comments

Anybody, please, help!

Show all comments (1)

Hi,



I am trying to set up a creatio development environment with docker and found the academy article https://academy.creatio.com/docs/user/on_site_deployment/net_core_application_server_on_linux/installation/deploy_the_creatio_net_core_application_on_linux#title-247-4



My problem now is that there is no "Terrasoft.WebHost.dll" in my creatio package.

Where can i find it? Is there another package i have to download?



Best regards,

Oliver

Like 1

Like

4 comments

Hello Oliver,



Please contact our support team to get the correct installation files for the local environment. 



Best regards,

Bogdan

Show all comments (3)

Hi Community,

To test the HAProxy, I've installed two Creatio Applications on my virtual machine, using Docker. Each instance can be access through a specific container address.

I've successfully configured HAProxy by following this guide (https://academy.creatio.com/docs/user/on_site_deployment/deployment_additional_setup/application_server_web_farm_shortcut/application_server_web_farm)...MoreLess

Like 1

Like

3 comments

I think I’ve managed to solve this problem. In some applications we need to ensure that the user must be connected to the same server durin...MoreLess

Show all comments (2)

Hi community,

I followed the documentation found here : https://academy.creatio.com/docs/user/on_site_deployment/containerized_…

Everything worked fine until this curl request :

curl -v -X POST -d '{"templateName": "[TEMPLATE_NAME]"}' -H "Content-Type: application/json" http://[SERVER2_IP_ADDRESS]:81/sites/[SITE_NAME]/search

I...MoreLess

Like 0

Like

1 comments

Hi Jonathan, 



Judging by the error message, the Global Search service cannot access ElasticSearch server. 

You need to specify the...MoreLess

Show all comments