Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/326#discussion_r53234517
--- Diff:
docs/provisioning_guide/src/asciidoc/_chapters/script_install.adoc ---
@@ -0,0 +1,511 @@
+////
+/**
+* @@@ START COPYRIGHT @@@
+*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied. See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*
+* @@@ END COPYRIGHT @@@
+ */
+////
+
+[[install]]
+= Install
+
+This chapter describes how to use the Trafodion Installer to install
Trafodion. You use the Trafodion Provisioning ID
+to run the Trafodion Installer.
+
+NOTE: You *must* install log4c++ on all nodes in the cluster prior
to running the Trafodion Installer. Refer
+to <<prepare-build-and-install-log4cplusplus,Build and Install log4c++>>
for instructions.
+
+[[install-unpack-installer]]
+== Unpack Installer
+
+You should already have downloaded the Trafodion Binaries per the
instructions in the
+<<prepare-download-trafodion-binaries,Download Trafodion Binaries>> in the
<<prepare,Prepare>>
+chapter. If not, please do so now.
+
+The first step in the installation process is to unpack the Trafodion
Installer tar file.
+
+*Example*
+
+```
+$ mkdir $HOME/trafodion-installer
+$ cd $HOME/trafodion-downloads
+$ tar -zxf apache-trafodion-installer-1.3.0-incubating-bin.tar.gz -C
$HOME/trafodion-installer
+$ ls $HOME/trafodion-installer/installer
+bashrc_default tools
traf_config_check trafodion_apache_hadoop_install traf_package_setup
+build-version-1.3.0.txt traf_add_user
traf_config_setup trafodion_config_default traf_setup
+dcs_installer traf_apache_hadoop_config_setup
traf_create_systemdefaults trafodion_install traf_sqconfig
+rest_installer traf_authentication_conf_default
traf_getHadoopNodes trafodion_license traf_start
+setup_known_hosts.exp traf_cloudera_mods98
traf_hortonworks_mods98 trafodion_uninstaller
+$
+```
+
+[[install-automated-install]]
+== Automated Install
+
+The `--config_file` option runs the Trafodion in Automated Setup mode.
Refer to <<introduction-trafodion-installer,Trafodion Installer>>
+in the <<introduction,Introduction>> chapter for instructions of how you
edit your configuration file.
+
+Edit your config file using the information you collected in the
<<prepare-gather-configuration-information,Gather Configuration Information>>
+in the <<prepare,Prepare>> chapter.
--- End diff --
Do you want to say, "step" before "in the <<prepare,Prepare>> chapter"?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---