Skip to content

Commit

Permalink
Merge pull request #4396 from fvanderbiest/fix_create_datastore_doc
Browse files Browse the repository at this point in the history
Obvious doc fix
  • Loading branch information
amercader committed Aug 14, 2018
2 parents 54fdd4a + 46eaff8 commit 54faab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/maintaining/installing/install-from-docker-compose.rst
Expand Up @@ -175,7 +175,7 @@ a. Create and configure datastore database

With running CKAN containers, execute the built-in setup scripts against the ``db`` container::

docker exec -it db psql -U ckan -f 00_create_datastore.sh
docker exec -it db sh /docker-entrypoint-initdb.d/00_create_datastore.sh
docker exec ckan /usr/local/bin/ckan-paster --plugin=ckan datastore set-permissions -c /etc/ckan/production.ini | docker exec -i db psql -U ckan

The first script will create the datastore database and the datastore readonly user in the ``db``
Expand Down

0 comments on commit 54faab3

Please sign in to comment.