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 2016/02/05 00:00:44 UTC

[06/42] usergrid git commit: Update deployment-guide.md

Update deployment-guide.md

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

Branch: refs/heads/release
Commit: bd09fe39cb2becb817de58e86b44213eaa7de7e9
Parents: ad1b564
Author: David M. Johnson <sn...@apache.org>
Authored: Fri Jan 29 12:28:47 2016 -0500
Committer: David M. Johnson <sn...@apache.org>
Committed: Fri Jan 29 12:28:47 2016 -0500

----------------------------------------------------------------------
 docs/installation/deployment-guide.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/bd09fe39/docs/installation/deployment-guide.md
----------------------------------------------------------------------
diff --git a/docs/installation/deployment-guide.md b/docs/installation/deployment-guide.md
index 59a395b..6516a42 100644
--- a/docs/installation/deployment-guide.md
+++ b/docs/installation/deployment-guide.md
@@ -98,18 +98,18 @@ shell variables, e.g. ${USERGRID_CLUSTER_NAME}. Here's a guide to the things you
 
 __Table 1: Values to set in Example Properties file:__
 
-   | Value       | Description |
-   |-------------|-------------|
-   | __BASEURL__ | This is the base URL for the Usergrid installation, e.g. __https://api.example.com__. |
-   | __USERGRID_CLUSTER_NAME__ | This is your name for your Usergrid installation. |
-   | __CASSANDRA_CLUSTER_NAME__ | Name of Cassandra cluster, must match what's in Cassandra configuration. |
-   | __CASSANDRA_HOSTS__ | Comma-separated lists of Cassandra hosts, with port numbers if you are not using the default 9120. The default for this property is __localhost:9120__ |
-   | __ELASTICSEARCH_CLUSTER_NAME__ | Name of ElasticSearch cluster, must match what's in ElasticSearch configuration. |
-   | __ELASTICSEARCH_HOSTS__ | Comma-separated lists of ElasticSearch hosts, with port numbers if you are not using the default 9120. The default for this property is __localhost:9300__ |
-   | __SUPER_USER_EMAIL__ | Email address of person responsible for the superuser account. |
-   | __SUPER_USER_PASSWORD__ | Password for the superuser account. |
-   | __TEST_ADMIN_USER_EMAIL__ | If __usergrid.setup-test-account=true__, as shown below, Usergrid will create a test account and you should specify a valid email here. |
-   | __TEST_ADMIN_USER_PASSWORD__ | Password for the username 'test' account. |
+| Value       | Description |
+|-------------|-------------|
+| __BASEURL__ | This is the base URL for the Usergrid installation, e.g. __https://api.example.com__. |
+| __USERGRID_CLUSTER_NAME__ | This is your name for your Usergrid installation. |
+| __CASSANDRA_CLUSTER_NAME__ | Name of Cassandra cluster, must match what's in Cassandra configuration. |
+| __CASSANDRA_HOSTS__ | Comma-separated lists of Cassandra hosts, with port numbers if you are not using the default 9120. The default for this property is __localhost:9120__ |
+| __ELASTICSEARCH_CLUSTER_NAME__ | Name of ElasticSearch cluster, must match what's in ElasticSearch configuration. |
+| __ELASTICSEARCH_HOSTS__ | Comma-separated lists of ElasticSearch hosts, with port numbers if you are not using the default 9120. The default for this property is __localhost:9300__ |
+| __SUPER_USER_EMAIL__ | Email address of person responsible for the superuser account. |
+| __SUPER_USER_PASSWORD__ | Password for the superuser account. |
+| __TEST_ADMIN_USER_EMAIL__ | If __usergrid.setup-test-account=true__, as shown below, Usergrid will create a test account and you should specify a valid email here. |
+| __TEST_ADMIN_USER_PASSWORD__ | Password for the username 'test' account. |
    
 Make sure you set all of the above properties when you edit this example for your installation.