Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Dec 16, 2023
2 parents 65cb264 + 4a8269e commit 6b1f29d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
[![Stack Overflow questions](https://img.shields.io/badge/stackoverflow-elsa_workflows-orange.svg)]( http://stackoverflow.com/questions/tagged/elsa-workflows )
[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/elsaworkflows?style=social)](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:

Expand All @@ -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)
Expand Down

0 comments on commit 6b1f29d

Please sign in to comment.