Commit graph

125 commits

Author SHA1 Message Date
Mohamed Ali d146c5d938
[no ci] Update README.md 2024-04-02 21:46:18 +03:00
Sipke Schoorstra 2f50470480 Update Docker commands in README
The Docker commands in README.md have been updated to pull the latest version of elsa-server-and-studio container instead of elsa-v3. Additionally, a new environment variable `HTTP__BASEURL` was added to the `docker run` command for configuration purposes.
2024-02-25 13:38:48 +01:00
Sipke Schoorstra ae3664a5d8 Add contributing guide to README.md
This update adds a comprehensive guide to the README file detailing the steps for interested individuals to contribute to the Elsa Workflow project. The guide covers everything from forking and cloning the repository, to understanding the structure of the solution, submitting changes via a pull request, and the importance of opening an issue first for discussing intended changes.
2024-02-08 18:42:55 +01:00
Sipke Schoorstra 6a5835e51a Update artwork 2023-12-25 12:27:07 +01:00
Sipke Schoorstra 6b1f29d451 Merge branch 'main' of https://github.com/elsa-workflows/elsa-core 2023-12-16 11:47:12 +01:00
Sipke Schoorstra 1204ac0319 Remove Console and ASP.NET examples, simplify README.md
Simplified README.md by removing in-depth Console and ASP.NET Core examples, as well as mentions about building from source, serving overall clarity and readability. Added descriptions for coded and visual workflow design possibilities.
2023-12-16 11:44:41 +01:00
Mohamed Ali 4a8269efdf [no ci] add link to Elsa 2 in README 2023-12-14 14:21:39 +03:00
zergmk2 3ca9b29ad6
Update README to add access information when user tried to run elsa with docker (#4708) 2023-12-14 11:35:48 +01:00
Sipke Schoorstra 318d956db6 Update description in README.md
The current diff modifies the description of the Docker image in the README file. The revised description consolidates information about the image, its reference ASP.NET application nature, and its non-production intention into a single, more succinct sentence.
2023-12-13 21:43:03 +01:00
Sipke Schoorstra eeba1f8e9b Reorganize README and add Docker instructions
The README file was reorganized to make it more readable by grouping related badges together. Additionally, instructions on how to start the Elsa Docker container were appended for users who want to quickly try out the Elsa Studio and Elsa Server.
2023-12-13 10:04:12 +01:00
Sipke Schoorstra 49e96d53b3 Update README with enhanced instructions for Elsa server and studio
The README updates include specific instructions for running the Elsa server on port 5001 and the Elsa studio application on port 6001. These enhanced guidelines provide comprehensive steps for configuring the applications regarding authentication, module usage, and use of API endpoints.
2023-12-11 11:01:55 +01:00
Sipke Schoorstra 8bf05c73a3 Add badges to README.md
The README.md file has been updated to include badges for packages, continuous delivery, and discussions related to Elsa workflows. These badges provide quick access to key information and resources like Nuget, npm, GitHub Actions, feedz.io, Docker, Discord, Stack Overflow, and subreddit subscribers.
2023-12-11 00:10:45 +01:00
Sipke Schoorstra 6b25231218 Update title in README.md
The README.md file has been updated to reflect the new version of Elsa - Elsa 3.0.
2023-12-10 23:43:52 +01:00
Sipke Schoorstra daea741320 Add new visuals and update descriptions in README
The visuals and their respective descriptions on the README page have been updated. A new image has been added at the top of the document, and one existing image and its caption are updated to better describe the content.
2023-12-10 22:59:13 +01:00
Sipke Schoorstra 2dee2039ac Add "Building from Source" section in README.md
In this update, a "Building from Source" section was added to the README.md file. This section provides instructions on how to build and test the current project using the .NET 6 SDK or later. It also includes steps to run the Elsa.AllInOne.Web project.
2023-12-10 22:33:31 +01:00
Sipke Schoorstra c3a3e5be87 Update README with scheduling instructions
Added detailed instructions in the README file on how to update the Program.cs file with the UseScheduling() method. Also made modifications to the HeartbeatWorkflow class to use the Elsa.Scheduling.Activities.Timer.
2023-12-10 22:28:24 +01:00
Sipke Schoorstra 3aeacfeebb Update README with detailed usage instructions and examples
This commit improves the README by providing in-depth instructions on how to run the application and examples of more complex workflows. In addition, it includes details on creating an ASP.NET Core application to act as a workflow server and demonstrates how to handle HTTP requests using workflows.
2023-12-10 22:13:00 +01:00
Sipke Schoorstra 6ff6cc6826 Refactor expression descriptors and remove unnecessary async calls
This commit refactors how expression descriptors are created and retrieved across Elsa project. The asynchronous methods have been simplified to synchronous ones removing unnecessary `ValueTask` returns. Additionally, `IExpressionDescriptorRegistryPopulator` has been removed resulting in less complexity and better performance.
2023-12-10 21:43:24 +01:00
Sipke Schoorstra 3d68207547 Update description of Capsules in README
The short description of Capsules under the feature list has been updated for clarity. The updated description more accurately reflects that Capsules are "hot" deployable workflow packages that contain activities and configuration.
2023-12-10 21:24:39 +01:00
Sipke Schoorstra b26e39abed Move Elsa logo in README
The Elsa logo image has been moved in the README for better visualization. This small reordering aims to improve overall project documentation readability and presentation.
2023-12-10 12:30:06 +01:00
Sipke Schoorstra ab4d2992d2 Move logo image in README.md
The logo image in the README file has been moved to a more suitable location. This adjustment enhances the overall structure and readability of the document.
2023-12-10 12:29:26 +01:00
Sipke Schoorstra 5128454217 Refactor README.md for improved readability and clarity
This update applies significant changes to the README.md file. A major restructuring of the content was done to improve the overall readability and understandability of the file. This includes modifications to several sections, like the introduction, documentation, features, known limitations, and more, along with adding a table of contents. The examples were also refined to make them clearer and more digestible.
2023-12-10 12:27:39 +01:00
Sipke Schoorstra 18a717c83a Update README 2023-12-10 12:15:11 +01:00
Sipke Schoorstra 1b3fd3be0a Update readme 2023-07-25 22:52:11 +02:00
Sipke Schoorstra 6bcfe21725 Update common.props and readme 2023-07-25 22:32:33 +02:00
Sipke Schoorstra c75e0b3839 Update readme 2023-04-03 19:56:20 +02:00
Sipke Schoorstra 3dfede96d3 Move shared test utility to common folder + various incremental changes 2022-12-20 12:13:53 +01:00
Sipke Schoorstra 1b5ec1ce1b Update README 2022-12-19 12:21:08 +01:00
Sipke Schoorstra cc1325010a Update readme 2022-12-19 12:18:53 +01:00
Sipke Schoorstra 689147b9ca Add sources from experimental repo 2022-01-04 09:42:12 +01:00
Sipke Schoorstra 42ce946d64 Reset 2022-01-04 09:38:11 +01:00
Sipke Schoorstra 9c09266620 Update readme.md 2021-09-13 08:30:23 +02:00
Sipke Schoorstra 5050e26db0 Update README.md 2021-09-12 12:47:43 +02:00
Sipke Schoorstra 1207f18c4b Update README.md 2021-09-12 12:47:24 +02:00
Sipke Schoorstra 99dbb0179c Update README.md 2021-09-12 12:46:50 +02:00
Sipke Schoorstra 9fb96738db Update sponsors 2021-09-12 12:44:13 +02:00
Sipke Schoorstra 9a153c9e64 Update README.md 2021-08-04 13:44:46 +02:00
Jens Willmer ba9bb90cd4
Fixed env var vor docker demo 2021-07-06 11:18:39 +02:00
Jens Willmer 2c6ec01eb6
Fixed docker example 2021-07-05 10:17:02 +02:00
Sipke Schoorstra e1d54786d5
Update README.md 2021-05-26 13:49:10 +02:00
Sipke Schoorstra dbc98ebdfa
Update README.md 2021-05-26 13:47:25 +02:00
Sipke Schoorstra 956b5e1424
Update README.md 2021-05-26 13:41:36 +02:00
Sipke Schoorstra 7dfe761805 Add build scripts and update README 2021-05-12 12:19:51 +02:00
Sipke Schoorstra 24eb7ce482
Update README.md 2021-05-12 10:59:59 +02:00
Sipke Schoorstra 982aea1aaf
Update README.md 2021-05-12 10:59:11 +02:00
Sipke Schoorstra c4041dfe58
Update README.md 2021-05-12 10:28:26 +02:00
Sipke Schoorstra 78101ce882
Update README.md 2021-05-04 12:26:24 +02:00
Sipke Schoorstra d80a9bfb3c
Update README.md 2021-05-04 12:05:41 +02:00
Sipke Schoorstra 183d42eecd
Update README.md 2021-05-04 12:03:11 +02:00
Sipke Schoorstra a9e9fc6d07
Update README.md 2021-05-04 11:21:45 +02:00