Repository: asterixdb
Updated Branches:
  refs/heads/master 1d8e68471 -> cf01bdb28


Add a description of MANAGIX_HOME to the installation docs.

A more complex description was removed as part of a previous
cleanup, but the term is still used throughout the page.

Change-Id: I519dcd1fa2c0baab2aeabbd29c2d474fc32de0bf
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1500
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


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

Branch: refs/heads/master
Commit: cf01bdb286af4269d3be80cbd75716474ee01cad
Parents: 1d8e684
Author: Cameron Samak <csa...@apache.org>
Authored: Sat Feb 11 02:18:45 2017 +0000
Committer: Cameron Samak <csa...@apache.org>
Committed: Mon Feb 13 11:11:40 2017 -0800

----------------------------------------------------------------------
 asterixdb/asterix-doc/src/site/markdown/install.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/cf01bdb2/asterixdb/asterix-doc/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/markdown/install.md 
b/asterixdb/asterix-doc/src/site/markdown/install.md
index fd86023..0ac954e 100644
--- a/asterixdb/asterix-doc/src/site/markdown/install.md
+++ b/asterixdb/asterix-doc/src/site/markdown/install.md
@@ -197,7 +197,9 @@ Execute 'exit' to close the session.
 ### Configuring Managix ###
 You will need the AsterixDB installer (a.k.a. Managix). Download the 
Standalone Cluster installer from 
[here](https://asterixdb.apache.org/download.html); this includes the bits for 
Managix as well as AsterixDB.
 
-To be able to create an AsterixDB instance and manage its lifecycle, the 
Managix requires you to configure a set of configuration files namely:
+We will refer to the directory containing the extracted files as MANAGIX_HOME 
and we assume that MANAGIX_HOME/bin is on your PATH.
+
+To be able to create an AsterixDB instance and manage its lifecycle, Managix 
requires you to configure a set of configuration files namely:
 
  * `conf/managix-conf.xml`:  A configuration XML file that contains 
configuration settings for Managix.
  * A configuration XML file that describes the nodes in the cluster, e.g., 
`clusters/local/local.xml`.

Reply via email to