Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B9BFE200C1A for ; Mon, 13 Feb 2017 20:31:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B86AF160B60; Mon, 13 Feb 2017 19:31:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0BD38160B4A for ; Mon, 13 Feb 2017 20:31:30 +0100 (CET) Received: (qmail 17313 invoked by uid 500); 13 Feb 2017 19:31:30 -0000 Mailing-List: contact commits-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list commits@asterixdb.apache.org Received: (qmail 17303 invoked by uid 99); 13 Feb 2017 19:31:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2017 19:31:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1EF85DFC31; Mon, 13 Feb 2017 19:31:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: csamak@apache.org To: commits@asterixdb.apache.org Message-Id: <9647ea99dec747c0aa9789ef82177c3e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: asterixdb git commit: Add a description of MANAGIX_HOME to the installation docs. Date: Mon, 13 Feb 2017 19:31:30 +0000 (UTC) archived-at: Mon, 13 Feb 2017 19:31:31 -0000 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 Tested-by: Jenkins Integration-Tests: Jenkins Reviewed-by: Till Westmann 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 Authored: Sat Feb 11 02:18:45 2017 +0000 Committer: Cameron Samak 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`.