Skip to content

Commit

Permalink
add JSON-LD plugin steps for CKAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jan 17, 2025
1 parent ad9b087 commit 7014582
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions book/tooling/ckan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7014582

Please sign in to comment.