Skip to content

Commit

Permalink
Add email to paster user add command in docs
Browse files Browse the repository at this point in the history
Also replace config ini with standard development.ini
  • Loading branch information
stefanw authored and Sean Hammond committed Apr 19, 2013
1 parent faaccf0 commit 0fbdc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/post-installation.rst
Expand Up @@ -24,7 +24,7 @@ First create an admin account from the command line (you must be root, ``sudo -s

::

paster --plugin=ckan user add admin --config=/etc/ckan/std/std.ini
paster --plugin=ckan user add admin email=admin@example.com --config=development.ini

When prompted, enter a password - this is the password you will use to log in to CKAN. In the resulting output, note that you will also get assigned a CKAN API key.

Expand All @@ -37,7 +37,7 @@ this:

::

paster --plugin=ckan sysadmin add admin --config=/etc/ckan/std/std.ini
paster --plugin=ckan sysadmin add admin --config=development.ini

You can now login to the CKAN frontend with the username ``admin`` and the password you set up.

Expand Down

0 comments on commit 0fbdc2a

Please sign in to comment.