Merge branch 'main' of https://github.com/elsa-workflows/elsa-core
This commit is contained in:
commit
6b1f29d451
10
README.md
10
README.md
|
|
@ -12,6 +12,8 @@
|
|||
[]( http://stackoverflow.com/questions/tagged/elsa-workflows )
|
||||
[](https://www.reddit.com/r/elsaworkflows/)
|
||||
|
||||
### [For Elsa 2 Click Here](https://github.com/elsa-workflows/elsa-core/tree/2.x)
|
||||
|
||||
## Introduction
|
||||
Elsa is a powerful workflow library that enables workflow execution within any .NET application. Elsa allows you to define workflows in various ways, including:
|
||||
|
||||
|
|
@ -29,8 +31,16 @@ To give the Elsa Studio + Elsa Server a quick spin, you can run the following co
|
|||
docker pull elsaworkflows/elsa-v3:latest
|
||||
docker run -t -i -e ASPNETCORE_ENVIRONMENT='Development' -e HTTP_PORTS=8080 -p 13000:8080 elsaworkflows/elsa-v3:latest
|
||||
```
|
||||
|
||||
> This Docker image is based on a reference ASP.NET application that hosts both the workflow server and designer and is not intended for production use.
|
||||
|
||||
By default, you can access http://localhost:13000 and log in with:
|
||||
|
||||
```
|
||||
Username: admin
|
||||
Password: password
|
||||
```
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Documentation](#documentation)
|
||||
|
|
|
|||
Loading…
Reference in a new issue