Practices for users interested in testing prerelease states are documented on the Cyber Domain Ontology website.
Interested users of catalog-v001.xml
files, e.g. users of Protégé, can use these XML files to interact with CASE as local files. To do so, CASE must be git-clone
'd with Git submodules also cloned. This can be done with the following commands:
git clone --recursive https://github.com/casework/CASE.git
(all users)git clone https://github.com/casework/CASE.git ; cd CASE ; make
(macOS or Linux users)- The narrowest setup operation strictly for purposes of supporting the
catalog-v001.xml
files is to runmake .git_submodule_init.done.log
instead of the defaultmake all
.
- The narrowest setup operation strictly for purposes of supporting the
Protégé should not require network connectivity to load imported ontologies after the above commands are run.