mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
Merge branch 'master' into cleanup-code
This commit is contained in:
12
README.md
12
README.md
@@ -1,13 +1,15 @@
|
||||
[](https://www.nuget.org/packages/Quartzmin)
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/jlucansky/public-assets/master/Quartzmin/logo.png" height="150">
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
---
|
||||
|
||||
[](https://www.nuget.org/packages/Quartzmin)
|
||||
[](LICENSE)
|
||||
|
||||
Quartzmin is powerful, easy to use web management tool for Quartz.NET
|
||||
|
||||
Quartzmin can be used within your existing application with minimum configuration effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
|
||||
Quartzmin can be used within your existing application with minimum effort as a Quartz.NET plugin when it automatically creates embedded web server. Or it can be plugged into your existing OWIN-based web application as a middleware.
|
||||
|
||||
> [Quartz.NET](https://www.quartz-scheduler.net) is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems.
|
||||
|
||||
@@ -30,7 +32,7 @@ PM> Install-Package Quartzmin
|
||||
|
||||
## Usage
|
||||
### Embedded web server
|
||||
Everything you should do is just configure `QuartzminPlugin` and `ExecutionHistoryPlugin` to support histograms and statistics:
|
||||
Everything you should do is just install [Quartzmin.SelfHost](https://www.nuget.org/packages/Quartzmin.SelfHost) package and configure `QuartzminPlugin` and `ExecutionHistoryPlugin` to support histograms and statistics:
|
||||
```xml
|
||||
<configuration>
|
||||
<configSections>
|
||||
|
||||
Reference in New Issue
Block a user