Skip to content

Commit

Permalink
Update install-linux.html.md.erb
Browse files Browse the repository at this point in the history
Adjusted changes to address in-line comment findings.
  • Loading branch information
dogbaby committed Mar 28, 2015
1 parent 2889641 commit 4935085
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/manual/source/install/install-linux.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ For example:
export JAVA_HOME=`/usr/lib/jvm/java-8-oracle/jre`
```

For Mac users, use this instead:
```
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
```

In addition, you must set your environment variable `JAVA_HOME`.
For example, in `/home/abc/.bashrc` add the following line:
```
Expand All @@ -137,3 +142,5 @@ export JAVA_HOME=`/usr/lib/jvm/java-8-oracle`
<%= partial 'shared/install/dependent_services' %>

Now you have installed everything you need!

#### [Next: Recommendation Engine Quick Start](/templates/recommendation/quickstart/)

0 comments on commit 4935085

Please sign in to comment.