Skip to content

Commit

Permalink
Fix markdownlint warnings
Browse files Browse the repository at this point in the history
Make another pass over the RACK wiki before the v9.0 release.

cli/README.md: Fix markdownlint warnings and sync to RACK wiki.

rack_migrate: Fix markdownlint warnings in generated changelog.
  • Loading branch information
tuxji committed Dec 13, 2021
1 parent 6ca3b88 commit 5dd1a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions cli/README.md
Expand Up @@ -62,19 +62,21 @@ 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
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
Expand Down Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions migration/rack_migrate/rack_migrate
Expand Up @@ -173,6 +173,7 @@ if args.list_changes_only:
<!-- markdownlint-disable first-line-heading -->
<!-- markdownlint-disable line-length -->
<!-- markdownlint-disable no-bare-urls -->
<!-- markdownlint-disable no-inline-html -->
This page's content is automatically generated by the `rack_migrate` script. Do
not edit it manually!
Expand Down

0 comments on commit 5dd1a58

Please sign in to comment.