mikewalch commented on a change in pull request #883: Fixes #842 Support 
multiple ways for running Fluo applications
URL: https://github.com/apache/incubator-fluo/pull/883#discussion_r130674030
 
 

 ##########
 File path: docs/install.md
 ##########
 @@ -50,24 +50,21 @@ After you obtain a Fluo distribution tarball, follow these 
steps to install Fluo
 1.  Choose a directory with plenty of space and untar the distribution:
 
         tar -xvzf fluo-1.1.0-incubating-bin.tar.gz
+        cd fluo-1.1.0-incubating
 
-2.  Copy the example configuration to the base of your configuration directory 
to create the default
-    configuration for your Fluo install:
+    The distribution contains a `fluo` script in `bin/` that administers Fluo 
and the
+    following configuration files in `conf/`:
 
-        cp conf/examples/* conf/
+    | Configuration file           | Description                               
                                                   |
+    
|------------------------------|----------------------------------------------------------------------------------------------|
+    | [fluo-env.sh]                | Configures classpath for `fluo` script. 
Required for all commands.                           |
+    | [fluo-conn.properties]       | Configures connection to Fluo. Required 
for all commands.                                    |
+    | [fluo-app.properties]        | Configuration passed to `fluo init` when 
initializing Fluo application.                      |
 
 Review comment:
   fixed
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to