[
https://issues.apache.org/jira/browse/GEODE-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332779#comment-15332779
]
ASF GitHub Bot commented on GEODE-1525:
---------------------------------------
GitHub user karensmolermiller opened a pull request:
https://github.com/apache/incubator-geode/pull/160
GEODE-1525: Examples README.md should set env variable
GEODE-1523: Improve examples README.md markdown
This PR fixes addresses both GEODE-1525 and GEODE-1523, as they
both change the contents of the same file: geode-examples/README.md.
- Each example will likely use a scripts/setEnv.sh script to set
the path to gfsh. The script depends on a GEODE_HOME environment
variable, so this top level of instructions for setting up
the examples now tells the user to set a GEODE_HOME env variable
directly after the installation.
- Implement a more strict markdown that displays correctly for a
wide variety of markdown implementations.
- Put in links for the 3 references.
- Improve the prose.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karensmolermiller/incubator-geode
feature/GEODE-1525
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #160
----
commit 21d30ab92d2a2146207186a690eb5a36d42e7059
Author: Karen Miller <[email protected]>
Date: 2016-06-15T22:30:03Z
GEODE-1525: Examples README.md should set env variable
GEODE-1523: Improve examples README.md markdown
This PR fixes addresses both GEODE-1525 and GEODE-1523, as they
both change the contents of the same file: geode-examples/README.md.
- Each example will likely use a scripts/setEnv.sh script to set
the path to gfsh. The script depends on a GEODE_HOME environment
variable, so this top level of instructions for setting up
the examples now tells the user to set a GEODE_HOME env variable
directly after the installation.
- Implement a more strict markdown that displays correctly for a
wide variety of markdown implementations.
- Put in links for the 3 references.
- Improve the prose.
----
> geode-examples rely on GEODE_HOME env variable
> ----------------------------------------------
>
> Key: GEODE-1525
> URL: https://issues.apache.org/jira/browse/GEODE-1525
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Karen Smoler Miller
> Assignee: Karen Smoler Miller
> Labels: bug-hunt
>
> Work currently on the feature/GEODE-33 branch.
> The script {{setEnv.sh}} in the first example (Replicated Region) relies on
> the user setting the environment variable, {{GEODE_HOME}}, in order to invoke
> gfsh. This is fine, and the script would fail, telling the user to set the
> variable. So, things work.
> However, it is likely that many examples will want this same env variable
> set. Therefore, the top level {{README.md}} should contain a step, perhaps
> directly after the link to the installation instructions that directs a user
> to set a {{GEODE_HOME}} environment variable.
> Then, as more examples are added, they can copy the Replicated Region's
> {{setEnv.sh}} script and also use it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)