diff --git a/cli/README.md b/cli/README.md index 6c12c4de..4b457d2b 100644 --- a/cli/README.md +++ b/cli/README.md @@ -62,12 +62,13 @@ python setup.py install ## Initialize RACK-in-a-Box -RACK-in-a-Box comes setup with the core ontology. From time to time, you may -want to revert to the initial RACK state. You will need to setup your local drive with the -necessary files. We have written a shell script called `setup-owl.sh` which will -copy the OWL files, ingestion nodegroups, and CDR (common data representation .csv templates) -to your local drive. It is assumed that you already have a docker container running. Here is what -the output may look like: +RACK-in-a-Box comes setup with the core ontology. From time to time, +you may want to revert to the initial RACK state. You will need to +setup your local drive with the necessary files. We have written a +shell script called `setup-owl.sh` which will copy the OWL files, +ingestion nodegroups, and CDR (common data representation .csv +templates) to your local drive. It is assumed that you already have a +docker container running. Here is what the output may look like: ```shell $ ./setup-owl.sh @@ -75,6 +76,7 @@ Found container d8140c00ce3 Copying OwlModels Copying nodegroups ``` + We have written a shell script called `setup-rack.sh` which will call the `rack` program to initialize a RACK-in-a-Box instance with the RACK core ontology model. It is assumed that you are @@ -103,6 +105,7 @@ Ingesting ../RACK-Ontology/OwlModels/TESTING.owl... OK Storing nodegroups... OK Storing nodegroups... OK ``` + We have written a separate shell script called `setup-arcos.sh` which will call the `rack` program to load RACK-in-a-Box instance with the ARCOS program ontology overlays. Here is what its output may look like: diff --git a/migration/rack_migrate/rack_migrate b/migration/rack_migrate/rack_migrate index 7971ac61..2e3915cc 100644 --- a/migration/rack_migrate/rack_migrate +++ b/migration/rack_migrate/rack_migrate @@ -173,6 +173,7 @@ if args.list_changes_only: + This page's content is automatically generated by the `rack_migrate` script. Do not edit it manually!