Skip to content

Commit

Permalink
Add note about setting ckan.site_url when using local file storage
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney authored and amercader committed Oct 4, 2012
1 parent f7c9305 commit 249b949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/config/deployment.ini_tmpl
Expand Up @@ -203,6 +203,8 @@ ckan.feeds.author_link =
# CKAN allows users to upload files directly to file storage either on the local
# file system or to online ‘cloud’ storage like Amazon S3 or Google Storage.
#
# If you are using local file storage, remember to set ckan.site_url.
#
# To enable cloud storage (Google or S3), first run: pip install boto
#
# @see http://docs.ckan.org/en/latest/filestore.html
Expand Down
3 changes: 3 additions & 0 deletions doc/filestore.rst
Expand Up @@ -36,6 +36,9 @@ after the ``[app:main]`` line::
# directory on disk for data storage (should be empty)
ofs.storage_dir = /my/path/to/storage/root/directory

You must also set ``ckan.site_url`` to your CKAN instance's base URL, e.g.
``http://scotdata.ckan.net``.

Cloud Storage
-------------

Expand Down

0 comments on commit 249b949

Please sign in to comment.