From 3ffa1873e425d05bf383e51d83395030206f29c3 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Tue, 16 Apr 2013 16:05:16 +0300 Subject: [PATCH] Add email to paster user add command in docs Also replace config ini with standard development.ini --- doc/post-installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/post-installation.rst b/doc/post-installation.rst index 1c3caf26517..3298560ff34 100644 --- a/doc/post-installation.rst +++ b/doc/post-installation.rst @@ -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. @@ -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.