Skip to content

Commit

Permalink
Merge branch 'docs-add-user'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Apr 16, 2013
2 parents 2c42502 + 3ffa187 commit 8b88f59
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 8b88f59

Please sign in to comment.