Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
/ cold_admin Public archive

(merged into github.com/caltechlibrary/cold)

License

Notifications You must be signed in to change notification settings

caltechlibrary/cold_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depreciated: This repository was merged into the main cold repository at https://github.com/caltechlibrary/cold

COLD Admin

COLD - controlled object lists and datum

This project implements the administrative 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 >= 1.46.4 (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