Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.18 KB

README_Admin.md

File metadata and controls

24 lines (14 loc) · 1.18 KB

COLD Admin

COLD - controlled object lists and datum

This directory implements the staff interface for cold. It is implemented in TypeScript, compiled into an executable via Deno. It is intended to run as a service via systemd in Linux or other POSIX system. Objects are stored in dataset collection. The collections are accessed via JSON API provided by datasetd. Dataset collections are using SQLite 3 for object storage.j

Requirements

  • Dataset >= 2.1.18 (running COLD Admin)
  • Deno >= 2.0 (used to build the app and compile services) (build COLD Admin)
  • Pandoc >= 3.1 (render documentation and version.ts) (build COLD Admin)
  • GNU Make (build COLD Admin)
  • Zip (packaging build and installation)
  • Bash+cURL or Powershell (installation only)

Additional Resources

Report problems and issues

See Github Issues