From 7014582cc75f0a229e6c9eb24306aab102ba040f Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 17 Jan 2025 16:34:14 -0400 Subject: [PATCH] add JSON-LD plugin steps for CKAN --- book/tooling/ckan.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/book/tooling/ckan.md b/book/tooling/ckan.md index 18299858f..697ada693 100644 --- a/book/tooling/ckan.md +++ b/book/tooling/ckan.md @@ -265,16 +265,16 @@ We will follow the Docker compose [README](https://github.com/ckan/ckan-docker/b #then save with the command :wq ``` - - around line#6, paste the following into the `Dockerfile`: - ``` - ### prevent permissions errors when installing ckanext-dcat extension - USER root +- around line#6, paste the following into the `Dockerfile`: + ``` + ### prevent permissions errors when installing ckanext-dcat extension + USER root - ### DCAT ### - RUN pip3 install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat' && \ - pip3 install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.1.0/requirements.txt - ``` - - save the file + ### DCAT ### + RUN pip3 install -e 'git+https://github.com/ckan/ckanext-dcat.git@v2.1.0#egg=ckanext-dcat' && \ + pip3 install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v2.1.0/requirements.txt + ``` +- save the file #### Edit the .env file to load the Extensions @@ -324,7 +324,7 @@ We can use the CKAN API to check if the new plugins were loaded succefully. #### Connect to the CKAN container through commandline -You may need to connect to the CKAN container through the commandline, which +You will need to connect to the CKAN container through the commandline, which can be done through the following steps: - you will need to get the exact name of the CKAN container, which is easiest