Closed VWJF closed 2 years ago
A catalog-viewer can host parallel catalogs. To add or remove catalogs to a viewer (cd /var/www/html/catalog-viewer/) use the commands:
catalog-viewer
cd /var/www/html/catalog-viewer/
$ python code/add_catalog.py ... $ python code/remove_catalog.py ... $ python code/catalog_config.py {add,remove} ...
Further details and examples are documented in their --help and docstring and README_catalog_config.md
--help
A
catalog-viewer
can host parallel catalogs. To add or remove catalogs to a viewer (cd /var/www/html/catalog-viewer/
) use the commands:Further details and examples are documented in their
--help
and docstring and README_catalog_config.md