You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/03 01:22:08 UTC

[27/44] git commit: update readme

update readme


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

Branch: refs/pull/92/head
Commit: ded28e5b0354bdd4a3aa657b34d605bf8b487010
Parents: cc610ce
Author: Shawn Feldman <sh...@gmail.com>
Authored: Wed Apr 2 08:56:43 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Wed Apr 2 08:56:43 2014 -0600

----------------------------------------------------------------------
 portal/README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ded28e5b/portal/README.md
----------------------------------------------------------------------
diff --git a/portal/README.md b/portal/README.md
index 809468e..2e264a2 100644
--- a/portal/README.md
+++ b/portal/README.md
@@ -19,17 +19,19 @@ Use the admin portal for administrative operations, including:
 
 ##Deploying or Developing
 
-If you are just deploying:
+If you are just running the portal:
 
 1. Install Node.js from http://nodejs.org/download/.
-2. From the root directory, run `./build.sh`.
-3. This will create a directory in the root called dist. In dist is a zip file called appsvc-ui.zip. Unzip and deploy to your favorite web server or if you run "./build.sh dev" you can then navigate to http://localhost:3000/ .
+2. From the root directory, run `./build.sh dev`.
+3. This will build and run a lightweight server. Naviate to http://localhost:3000
+4. If that doesn't work, in dist is a built copy and a file called rel-usergrid-portal.zip. Unzip and deploy to your favorite web server.
 
 If you are developing:
 
 1. From the root directory, run `./build.sh dev`.
 2. To debug in the browser go to http://localhost:3000/index-debug.html; http://localhost:3000/ will point to the compressed files.
-3. If the libraries get out of sync, run `./build.sh` again and this will run grunt build in the background.
+3. If the libraries get out of sync, run `./build.sh` again and this will run "grunt build" in the background.
+4. If you then want to update bower and create a distributable copy, run "grunt build-release", check in all the built files to distribute via bower
 
 If you want to run the e2e tests: