From: Tomas Sedovic <[email protected]> --- README.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.txt b/README.txt index c126498..75d7243 100644 --- a/README.txt +++ b/README.txt @@ -164,3 +164,12 @@ Checking out the UI ------------------- Now that you have all of the components running, you should be able to point your web browser at <http://localhost:3000> and see the Aggregator page. + +To be able to use it properly, you will need to create a user. You can do it on +the Aggregator website. Users created this way have limited privileges, however. +We recommend setting up one user as an administrator of the site. + +This is how you turn an existing user into an admin: + + $ cd path/to/deltacloud/portal/src + $ rake dc:site_admin[aggregator_username] -- 1.6.6.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
