From 2daa943d986bd447a7cd067b44fd62359100fb85 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Fri, 19 Apr 2013 13:48:58 +0200 Subject: [PATCH] [#617] Fix a couple of typos in the docs --- doc/install-from-source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-from-source.rst b/doc/install-from-source.rst index 071208a6d0d..42bb6b1a937 100644 --- a/doc/install-from-source.rst +++ b/doc/install-from-source.rst @@ -81,7 +81,7 @@ List existing databases:: sudo -u postgres psql -l -Check that the encoding of databases is 'UTF8', if not internationalisation may +Check that the encoding of databases is 'UTF-8', if not internationalisation may be a problem. Since changing the encoding of PostgreSQL may mean deleting existing databases, it is suggested that this is fixed before continuing with the CKAN install. @@ -207,7 +207,7 @@ is specified by the ``cache_dir`` setting in your CKAN config file. ``who.ini`` (the Repoze.who configuration file) needs to be accessible in the same directory as your CKAN config file. So if your config file is not in ``~/pyenv/src/ckan``, then cd to the directory with your config file and create a -symbolic link to ``who.ini``. e.g.:: +symbolic link to ``who.ini``. E.g.:: ln -s ~/pyenv/src/ckan/who.ini