Quartzmin
Quartzmin is powerful, easy to use web management tool for Quartz.NET
File Explorer
Download Latest Version (.zip)- app.config
- AspNetCoreDocker.csproj
- Dockerfile
- Program.cs
- app.config
- AspNetCoreHost.csproj
- Program.cs
- Startup.cs
- AssemblyInfo.cs
- AspNetWebHost.csproj
- packages.config
- Startup.cs
- Web.config
- Web.Debug.config
- Web.Release.config
- app.config
- NetCoreSelfHost.csproj
- Program.cs
- DemoScheduler.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- App.config
- MainForm.cs
- MainForm.Designer.cs
- MainForm.resx
- packages.config
- Program.cs
- WinFormSelfHost.csproj
- InProcExecutionHistoryStore.cs
- ExecutionHistoryPlugin.cs
- Extensions.cs
- IExecutionHistoryStore.cs
- Quartz.Plugins.RecentHistory.csproj
- lato-v14-latin-700.eot
- lato-v14-latin-700.svg
- lato-v14-latin-700.ttf
- lato-v14-latin-700.woff
- lato-v14-latin-700.woff2
- lato-v14-latin-700italic.eot
- lato-v14-latin-700italic.svg
- lato-v14-latin-700italic.ttf
- lato-v14-latin-700italic.woff
- lato-v14-latin-700italic.woff2
- lato-v14-latin-italic.eot
- lato-v14-latin-italic.svg
- lato-v14-latin-italic.ttf
- lato-v14-latin-italic.woff
- lato-v14-latin-italic.woff2
- lato-v14-latin-regular.eot
- lato-v14-latin-regular.svg
- lato-v14-latin-regular.ttf
- lato-v14-latin-regular.woff
- lato-v14-latin-regular.woff2
- Lato.css
- favicon-16.png
- favicon-192.png
- favicon-24.png
- favicon-256.png
- favicon-32.png
- favicon-48.png
- favicon-64.png
- logo.png
- type.png
- brand-icons.eot
- brand-icons.svg
- brand-icons.ttf
- brand-icons.woff
- brand-icons.woff2
- icons.eot
- icons.otf
- icons.svg
- icons.ttf
- icons.woff
- icons.woff2
- outline-icons.eot
- outline-icons.svg
- outline-icons.ttf
- outline-icons.woff
- outline-icons.woff2
- calendar.min.css
- calendar.min.js
- semantic.min.css
- semantic.min.js
- state.min.js
- FileSaver.js
- jquery-3.3.1.min.js
- moment.min.js
- src
- calendar-editor.js
- global.js
- job-data-map.js
- post-validation.js
- Site.css
- CalendarsController.cs
- ExecutionsController.cs
- HistoryController.cs
- JobDataMapController.cs
- JobsController.cs
- PageControllerBase.cs
- SchedulerController.cs
- TriggersController.cs
- DescriptionTypeEnum.cs
- ExpressionDescriptor.cs
- ExpressionParser.cs
- Options.cs
- Resources.cs
- FormDataToObjectConverter.cs
- HttpContentToFormDataConverter.cs
- ObjectToMultipartDataByteArrayConverter.cs
- TypeExtensions.cs
- FormatterLoggerAdapter.cs
- FormDataConverterLogger.cs
- IFormDataConverterLogger.cs
- BooleanConverterEx.cs
- DateTimeConverterISO8601.cs
- FromStringConverterAdapter.cs
- FormData.cs
- HttpFile.cs
- MultipartFormatterSettings.cs
- FormMultipartEncodedMediaTypeFormatter.cs
- FromFormAttribute.cs
- HandlebarsHelpers.cs
- JobDataMapRequest.cs
- JsonErrorResponse.cs
- ModelValidator.cs
- CalendarListItem.cs
- CalendarViewModel.cs
- FormFile.cs
- Histogram.cs
- IHasValidation.cs
- JobDataMapItem.cs
- JobDataMapItemBase.cs
- JobDataMapModel.cs
- JobListItem.cs
- JobViewModel.cs
- KeyModel.cs
- TriggerListItem.cs
- TriggerViewModel.cs
- ValidationResult.cs
- FixedEmbeddedResourceFileSystem.cs
- SeekableRequestMiddleware.cs
- Attributes.cs
- BooleanHandler.cs
- BooleanHandler.hbs
- BooleanHandler.js
- DateTimeHandler.cs
- DateTimeHandler.hbs
- DateTimeHandler.js
- EnumHandler.cs
- FileHandler.cs
- FileHandler.hbs
- FileHandler.js
- NumberHandler.cs
- NumberHandler.hbs
- OptionSetHandler.cs
- OptionSetHandler.hbs
- OptionSetHandler.js
- StringHandler.cs
- StringHandler.hbs
- StringHandler.js
- TypeHandlerBase.cs
- UnsupportedTypeHandler.cs
- UnsupportedTypeHandler.hbs
- Edit.hbs
- Index.hbs
- Index.hbs
- Index.hbs
- AdditionalData.hbs
- Edit.hbs
- Index.hbs
- Trigger.hbs
- DropdownOptions.hbs
- EmptyList.hbs
- GroupActions.hbs
- Histogram.hbs
- JobDataMap.hbs
- JobDataMapRow.hbs
- UnitDropdown.hbs
- Index.hbs
- AdditionalData.hbs
- Edit.hbs
- Index.hbs
- Error.hbs
- Layout.hbs
- AppBuilderExtensions.cs
- ApplicationBuilderExtensions.cs
- Cache.cs
- DateTimeSettings.cs
- Extensions.cs
- Quartzmin.csproj
- QuartzminOptions.cs
- Services.cs
- TypeHandlerService.cs
- ViewEngine.cs
- ViewFileSystemFactory.cs
- Quartzmin.SelfHost.csproj
- QuartzminPlugin.cs
- .dockerignore
- .gitignore
- LICENSE
- Quartzmin.sln
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/jlucansky/Quartzmin
Downloads the entire project code from GitHub to your computer.
cd Quartzmin
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -f Source/Examples/AspNetCoreDocker/Dockerfile -t quartzmin .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 quartzmin
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. .NET
MediumPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
