Deploying Multiple Instances of the Application Using Presto

I have an application that I want to deploy, but I need to deploy multiple instances of the application on the same server. Each instance must have a different device identifier in the app.config file. How can i do this?

I installed the application:

enter image description here

Then I created the variables:

enter image description here

But when I try to add a second instance to the server, I get this message:

enter image description here

How can I add another instance and each one uses unique unit identifier variables?

+3
source share
1 answer

If deployment instances depend on a specific variable, simply create these separate variables:

enter image description here

They will look like this:

enter image description here

enter image description here

, , .

enter image description here

, , , .

, .

+2

All Articles