[ 
https://issues.apache.org/jira/browse/USERGRID-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176300#comment-14176300
 ] 

John D. Ament commented on USERGRID-242:
----------------------------------------

Well, for some reason there's no option to attach a patch even though your site 
is in SVN.  Here's the patch contents inline

Index: content/docs/deploy-local.md
===================================================================
--- content/docs/deploy-local.md        (revision 1632895)
+++ content/docs/deploy-local.md        (working copy)
@@ -26,7 +26,7 @@
 
 ## Building
 
-From the command line, navigate to stack directory and type the following:
+From the command line, navigate to __stack__ directory and type the following:
 
     mvn clean package -DskipTests=true
 
@@ -45,14 +45,14 @@
 Add Usergrid WAR to Tomcat
 ---
 
-Remove the existing tomcat/webapps/ROOT directory. 
+Remove the existing __tomcat/webapps/ROOT__ directory. 
 
-Place the Usergrid ROOT.war file into the tomcat/webapps directory
+Place the Usergrid __ROOT.war__ file into the tomcat/webapps directory
 
 Add Usergrid configuration file to Tomcat
 ---
 
-Create a __usergrid-deployment.properties__ file and place it in Tomcat's 
__lib__ directory. You can find an example properties file below  that should 
work well for a local Tomcat & Cassandra setup. You will probably only need to 
change the properties below to use your email address and preferred password 
for the install.
+Create a __usergrid-custom.properties__ file and place it in Tomcat's __lib__ 
directory. You can find an example properties file below  that should work well 
for a local Tomcat & Cassandra setup. You will probably only need to change the 
properties below to use your email address and preferred password for the 
install.
 
 
     usergrid.sysadmin.login.allowed=true
@@ -71,7 +71,7 @@
 
 Database setup URL - 
[http://localhost:8080/system/database/setup](http://localhost:8080/system/database/setup)
 
-When prompted to login use the sysadmin credentials that you specified in your 
usergrid-deployment.properties file. Based on the example above that would be 
superuser and pw123. If the operation is successful you should a message like 
the one below in your browser. If not, check your logs for clues about what 
went wrong.
+When prompted to login use the sysadmin credentials that you specified in your 
__usergrid-custom.properties__ file. Based on the example above that would be 
superuser and pw123. If the operation is successful you should a message like 
the one below in your browser. If not, check your logs for clues about what 
went wrong.
 
     {
       "action" : "cassandra setup",
@@ -91,16 +91,21 @@
       "duration" : 2
     }
 
+Build the Usergrid Console
+---
+The Usergrid Console is an admin interface written in JavaScript that connects 
to your running Usergrid instance.  For evaluation purposes, you can run it 
within Tomcat.  Build it by following the steps 
[here](https://github.com/apache/incubator-usergrid/blob/master/portal/README.md).
  Once built, copy the directory __portal/build/usergrid-portal__ to 
__tomcat/webapps__.
+
+
 Login to the Usergrid Console & get started
 ---
 You should now be able to login to the Usergrid console and start configuring 
applications, users and more. 
 
 You can use an static version of the portal to get started:
 
-[http://apigee.github.io/usergrid-portal/?api_url=http://localhost:8080](http://apigee.github.io/usergrid-portal/?api_url=http://localhost:8080)
+[http://localhost:8080/usergrid-portal/](http://localhost:8080/usergrid-portal)
 
 
-Example usergrid-deployment.properties file
+Example usergrid-custom.properties file
 ---
 Here's a complete example properties file to get you started.

> Fix website documentation issues around configuration
> -----------------------------------------------------
>
>                 Key: USERGRID-242
>                 URL: https://issues.apache.org/jira/browse/USERGRID-242
>             Project: Usergrid
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 1.0
>            Reporter: John D. Ament
>            Assignee: John D. Ament
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to