Skip to content

Commit

Permalink
docker install docs: add working example of editing extension templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 27, 2017
1 parent a2baa9f commit 56eb18e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/maintaining/installing/install-from-docker-compose.rst
Expand Up @@ -414,6 +414,13 @@ and restart the container::
.. note:: Mounting host folders as volumes instead of using named volumes may result in a simpler
development workflow. However, named volumes are Docker's canonical way to persist data.

Alternatively, the files in ``VOL_CKAN_HOME`` are editable by the host's superuser::

sudo vim $VOL_CKAN_HOME/venv/src/ckanext-datawagovautheme/ckanext/datawagovautheme/templates/package/search.html

A change to HTML templates in docker volumes by the host superuser applies to the CKAN instance
right away.

------------------------
7. Environment variables
------------------------
Expand Down

0 comments on commit 56eb18e

Please sign in to comment.