Skip to content

ibrahim-sakr/doc-tron-ui

Repository files navigation

DocTron

DocTron is a cron jobs manager service that you use to register all your cron jobs then DocTron will make sure those jobs are running on time with all possible logs, errors and outputs.

DocTron UI

this service is a UI for DocTron server here.

from here you can

  • create/edit/delete Jobs
  • see all logs for a job
  • see output for a job
  • run job manual and search in results

Install

  • clone the repo
  • cd into the cloned folder
  • run npm install -g @angular/cli
  • run npm install
  • run ng serve

Docker

  • docker build -t doc-tron-ui .
  • docker run --name doc-tron-ui -d -p 8888:80 doc-tron-ui

About

doctron cron job service frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published