[ckan-changes] commit/ckan: dread: [doc][xs]: Improved wording of database creation.

Bitbucket commits-noreply at bitbucket.org
Mon Sep 26 10:43:59 UTC 2011


1 new changeset in ckan:

http://bitbucket.org/okfn/ckan/changeset/9bd6786c5559/
changeset:   9bd6786c5559
user:        dread
date:        2011-09-26 12:43:39
summary:     [doc][xs]: Improved wording of database creation.
affected #:  1 file (-1 bytes)

--- a/doc/install-from-source.rst	Mon Sep 26 11:25:14 2011 +0100
+++ b/doc/install-from-source.rst	Mon Sep 26 11:43:39 2011 +0100
@@ -158,20 +158,15 @@
 
   .. tip ::
 
-      If you choose a database name, user or password which are different from those 
-      suggested below then you'll need to update the configuration file you'll create in
-      the next step.
+      If you choose a database name, user or password which are different from the example values suggested below then you'll need to change the sqlalchemy.url value accordingly in the CKAN configuration file you'll create in the next step.
 
-  Here we choose ``ckantest`` as the database and ``ckanuser`` as the user:
+  Here we create a user called ``ckanuser`` and will enter ``pass`` for the password when prompted:
 
   ::
 
       sudo -u postgres createuser -S -D -R -P ckanuser
 
-  It should prompt you for a new password for the CKAN data in the database.
-  It is suggested you enter ``pass`` for the password.
-
-  Now create the database, which we'll call ``ckantest``:
+  Now create the database (owned by ``ckanuser``), which we'll call ``ckantest``:
 
   ::

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list