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/04 22:22:55 UTC

[3/6] git commit: Update README.md

Update README.md

Example of how to build Stack and 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/ff04980c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/ff04980c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/ff04980c

Branch: refs/heads/two-dot-o
Commit: ff04980c73d82038919fed9941a351897764ee48
Parents: 2bc0345
Author: Dave Johnson <da...@rollerweblogger.org>
Authored: Fri Apr 4 15:59:08 2014 -0400
Committer: Dave Johnson <da...@rollerweblogger.org>
Committed: Fri Apr 4 15:59:08 2014 -0400

----------------------------------------------------------------------
 stack/awscluster/README.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ff04980c/stack/awscluster/README.md
----------------------------------------------------------------------
diff --git a/stack/awscluster/README.md b/stack/awscluster/README.md
index a97e1b4..af19051 100644
--- a/stack/awscluster/README.md
+++ b/stack/awscluster/README.md
@@ -42,10 +42,22 @@ Building the Installation Tarball
 ---
 First you need to build the Usergrid components: the Java SDK, the Stack and the Portal.
 
+For example, here's how you would do that on a UNIX system (assuming that all Stack and Portal build pre-requistes are in place:
+`
+	cd usergrid/sdks/java
+	mvn clean install
+	
+	cd ../../stack
+	mvn -DskipTests=true clean install
+	
+	cd ../portal
+	./build.sh
+`
 Next, cd to the awscluster directory and run Maven deploy:
-
+`
+	cd usergrid/stack/awscluster
 	mvn deploy
-
+`
 Maven will create the installation tarball and will copy it to your S3 bucket uf-cloudformation. You can find a copy of the tarball in the target directory: `awscluster-1.0-SNAPSHOT.tgz`.