Update README
This commit is contained in:
parent
970e6f4dc7
commit
c21d83f6db
@ -96,9 +96,11 @@ See [CKAN Images](#ckan-images) for more details of what happens when using deve
|
|||||||
|
|
||||||
You can use the ckan [extension](https://docs.ckan.org/en/latest/extensions/tutorial.html#creating-a-new-extension) instructions to create a CKAN extension, only executing the command inside the CKAN container and setting the mounted `src/` folder as output:
|
You can use the ckan [extension](https://docs.ckan.org/en/latest/extensions/tutorial.html#creating-a-new-extension) instructions to create a CKAN extension, only executing the command inside the CKAN container and setting the mounted `src/` folder as output:
|
||||||
|
|
||||||
docker compose -f docker-compose.dev.yml exec ckan-dev /bin/bash -c "ckan generate extension --output-dir /srv/app/src_extensions"
|
docker compose -f docker-compose.dev.yml exec ckan-dev /bin/bash -c "ckan generate extension --output-dir /srv/app/src"
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
The new extension files and directories will be created in the `src/` folder. You might need to change the owner of its folder to have the appropiate permissions.
|
The new extension files and directories are created in the `/srv/app/src/` folder. You might need to change the owner of its folder to have the appropiate permissions.
|
||||||
|
|
||||||
|
|
||||||
## 5. CKAN images
|
## 5. CKAN images
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user