Repository: airavata-docs Updated Branches: refs/heads/master e33578e21 -> 1a5192498
Minor modification in airavata installation instructions Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/69a546b4 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/69a546b4 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/69a546b4 Branch: refs/heads/master Commit: 69a546b42a467d073a78f7e1f11bc592a15aa84c Parents: eea44ef Author: Eroma Abeysinghe <[email protected]> Authored: Thu Aug 11 14:33:21 2016 -0400 Committer: Eroma Abeysinghe <[email protected]> Committed: Thu Aug 11 14:33:21 2016 -0400 ---------------------------------------------------------------------- Airavata-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/69a546b4/Airavata-Installation.md ---------------------------------------------------------------------- diff --git a/Airavata-Installation.md b/Airavata-Installation.md index 6203240..c6351d4 100644 --- a/Airavata-Installation.md +++ b/Airavata-Installation.md @@ -60,7 +60,7 @@ NOTE: Grant permission to every databased created above. % can be replaced by ' 1. Create a folder in your local machine (E.g.: mkdir LocalAiravata).<br> 2. Clone the master source (If you have not taken a clone prior) code from github to the created folder.<br> <pre><code>git clone https://github.com/apache/airavata.git</code></pre> -3. After cloning is completed, build the source code by executing following maven command (In LocalAiravata directory you made); +3. After cloning is completed, build the source code by executing following maven command (In LocalAiravata/airavata); <pre><code>mvn clean install</code></pre> Hint: To avoid tests (recommended for first time users) use <pre><code>mvn clean install -Dmaven.test.skip=true</code></pre>
