You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/08/07 16:57:42 UTC

[2/3] git commit: added info about config for admin portal

added info about config for admin portal


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/751c9e4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/751c9e4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/751c9e4a

Branch: refs/heads/master
Commit: 751c9e4ad20767fd2985477ba0fa15947e61cea7
Parents: de7982a
Author: Rod Simpson <ro...@apigee.com>
Authored: Tue Aug 5 23:33:26 2014 -0600
Committer: Rod Simpson <ro...@apigee.com>
Committed: Tue Aug 5 23:33:26 2014 -0600

----------------------------------------------------------------------
 portal/README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/751c9e4a/portal/README.md
----------------------------------------------------------------------
diff --git a/portal/README.md b/portal/README.md
index 40a7688..b6e7ced 100644
--- a/portal/README.md
+++ b/portal/README.md
@@ -17,7 +17,13 @@ Use the admin portal for administrative operations, including:
 * View and modify your data, with full support for users, groups, and custom entities and collections.
 * Generate and access credentials for API access.
 
-##Deploying or Developing
+##Running, Deploying, or Developing
+
+For all cases, edit the "config.js" file in the root of the portal so that it points to your Usergrid:
+
+	Usergrid.overrideUrl = 'https://api.usergrid.com/';
+
+Change 'https://api.usergrid.com/' to the url of your Usergrid.
 
 If you are just running the portal: