Skip to content

Commit

Permalink
Montar la extebnsion y empezar a usarla
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 22, 2024
1 parent 8cc8f86 commit 415df54
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ckan/files/ckan.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ckan.cors.origin_allow_all = false
ckan.cors.origin_whitelist =

## Plugins Settings ############################################################
ckan.plugins =
ckan.plugins = unckan
ckan.resource_proxy.timeout = 5

## Front-End Settings ##########################################################
Expand Down
4 changes: 4 additions & 0 deletions docker/ckan/files/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ service supervisor start
echo "Finished entrypoint.sh"
sleep 3

echo "************************************************"
echo "*********** CKAN is ready to use ***************"
echo "************ at $CKAN_SITE_URL *****************"
echo "************************************************"
# Any other command to continue running and allow to stop CKAN
tail -f /var/log/supervisor/*.log
6 changes: 5 additions & 1 deletion docker/docker-compose.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ services:
volumes:
- ./src:/app/unckan/src_extensions
- ckan_storage:/app/unckan/storage
# - /home/user/myfolder/ckanext-harvest:/srv/app/src_extensions/ckanext-harvest
# Montar la extension base para que se cargue en modo editable
- ../ckanext-unckan:/app/unckan/src_extensions/ckanext-unckan
# Para trabajar en vivo con otras extensiones cargarlas aqui,
# pueden estar en cualquier carpeta de origen
# - /home/user/myfolder/ckanext-XXXX:/app/unckan/src_extensions/ckanext-XXXX

postgresql_uni:
container_name: postgresql_uni
Expand Down

0 comments on commit 415df54

Please sign in to comment.