Docker
The Elsa project currently offers three different Docker images:
These images make it easy to give Elsa a quick spin without first creating an ASP.NET application and setting up Elsa. Before trying to run an image, make sure you have Docker installed on your machine.
Elsa Server + Studio
This image hosts an ASP.NET Core application that runs both as an Elsa Server as well as an Elsa Studio application. To run the container, simply run the following commands from your terminal:
When the container has started, open a web browser and navigate to http://localhost:13000. On the login screen, enter the following credentials:
That's it!
Elsa Server
This image hosts an ASP.NET Core application that runs as an Elsa Server. To run the container, simply run the following commands from your terminal:
When the container has started, open a web browser and navigate to http://localhost:13000.
To view the API endpoints, navigate to http://localhost:13000/swagger.
That's it!
Elsa Studio
This image hosts an ASP.NET Core application that runs Elsa Studio. To run the container, simply run the following commands from your terminal:
When the container has started, open a web browser and navigate to http://localhost:14000. On the login screen, enter the following credentials:
That's it!