Update README.md
This commit is contained in:
parent
956b5e1424
commit
dbc98ebdfa
11
README.md
11
README.md
|
|
@ -12,6 +12,7 @@
|
|||
[](https://discord.gg/hhChk5H472)
|
||||
[]( http://stackoverflow.com/questions/tagged/elsa-workflows )
|
||||
[](https://github.com/elsa-workflows/elsa-core/actions/workflows/publish-latest-dashboard-and-server-docker.yml)
|
||||

|
||||
|
||||
Elsa Core is a workflows library that enables workflow execution in any .NET Core application.
|
||||
Workflows can be defined using code and using the visual workflow designer.
|
||||
|
|
@ -90,6 +91,16 @@ Hello World!
|
|||
|
||||
Check out the [Quickstart guides](https://elsa-workflows.github.io/elsa-core/docs/next/quickstarts/quickstarts-console-hello-world) for more examples, including how to setup the Elsa Dashboard to create and manage visual workflows.
|
||||
|
||||
## Docker
|
||||
|
||||
A quick and easy way to give Elsa a spin is to run the following Docker command:
|
||||
|
||||
```bash
|
||||
docker run -t -i -e ELSA__SERVER__BASEURL='http://localhost:13000' -p 13000:80 elsaworkflows/elsa-dashboard-and-server:latest
|
||||
```
|
||||
|
||||
Then navigate to http://localhost:13000.
|
||||
|
||||
## Building From Source
|
||||
|
||||
When you clone the repo, the solution file to open is `Elsa.sln` which should build with no issues.
|
||||
|
|
|
|||
Loading…
Reference in a new issue