Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 674 Bytes

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