Skip to content

Commit 893642d

Browse files
committed
Add more script descriptions
1 parent dc322eb commit 893642d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

scripts/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,19 @@
33
- `run-pipeline-locally.sh`: this script runs the pipeline locally.
44
- `set-up-repo.sh`: this script sets up the repo, including downloading the SHACL file, generating a template Excel file,
55
and generating example data.
6-
- `generate-rdf-build-miravi-locally.sh`: this script generates the RDF and builds Miravi locally.
6+
- `generate-rdf-build-miravi-locally.sh`: this script generates the RDF and builds Miravi for local testing.
77
It relies on `generate-rdf-build-miravi.sh`.
8+
- `clone-ap-data-to-dashboard.sh`: this script clones the `ap-data-to-dashboard` repo in the `tmp` folder,
9+
if it doesn't exist yet.
10+
- `copy-dashboard-config.sh`: this script copies the content of the `dashboard-config` folder to
11+
the corresponding folder in the `ap-data-to-dashboard` folder.
12+
- `download-shacl.sh`: this script downloads the SHACL file,
13+
if it doesn't exist yet.
14+
- `generate-rdf-build-miravi.sh`: this script generates the RDF and builds Miravi.
15+
The script `generate-rdf-build-miravi-locally.sh` and `/.github/workflows/pipeline.yml` use this script.
16+
- `install-ap-data-to-dashboard.sh`: this script installs `ap-data-to-dashboard` and runs its setup script.
17+
- `move-miravi-dist.sh`: this script moves the `dist` folder created by Miravi
18+
to correct subfolder in the `gh-pages` folder.
19+
- `reset-readme.sh`: this script reset `README.md` to the state it was in when the repository was created.
20+
- `reset-repo.sh`: this script reset the repository to the state it was in when it was created.
21+
- `update-readme.sh`: this script updates `README.md` with the application profile and SHACL urls.

0 commit comments

Comments
 (0)