Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1021 Bytes

cold.1.md

File metadata and controls

57 lines (35 loc) · 1021 Bytes

%cold(1) user manual | 0.0.12 2024-11-21 b338907 % R. S.Doiel % 2024-11-21 b338907

NAME

cold

SYNOPSIS

cold [OPTIONS]

DESCRIPTION

cold provides the admin interface for cold. Cold is implemented using dataset collections for object persistence and relies on datasetd for JSON API to each collection.

OPTIONS

help : display help

license : display license

version : display version

debug : turn on debug logging

port : set the port number, default 8111

htdocs : set the static content directory, default ./htdocs

baseUrl : set the browser's base path reference, default ://

apiUrl : set the url to the datasetd API provided for cold

EXAMPLE

cold is setup to run at http://localhost:8111. The static content hosted in the "/var/www/html/cold/app" directory. The datasetd service is setup to run at http://localhost:8112 supporting the people, groups and vocabularies dataset collections.

cold -port=8111 -htdocs=/var/www/html/cold/app            -apiUrl=http://localhost:8112