Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7A75D200CD6 for ; Mon, 17 Jul 2017 07:44:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 78C971641BD; Mon, 17 Jul 2017 05:44:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BE5F51641B4 for ; Mon, 17 Jul 2017 07:44:22 +0200 (CEST) Received: (qmail 39847 invoked by uid 500); 17 Jul 2017 05:44:21 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 39838 invoked by uid 99); 17 Jul 2017 05:44:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2017 05:44:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9BD5CE8E6B; Mon, 17 Jul 2017 05:44:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mattmann@apache.org To: commits@oodt.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: oodt git commit: Minor typos and link to JIRA Date: Mon, 17 Jul 2017 05:44:21 +0000 (UTC) archived-at: Mon, 17 Jul 2017 05:44:23 -0000 Repository: oodt Updated Branches: refs/heads/asf-site 629c5e9f9 -> 6c8a3f3eb Minor typos and link to JIRA Hi, this PR adds a link to JIRA component, and fix minor typos. Looking at the OODT Wiki at ASF, looks like most information is being updated there, so happy to close this PR without merging if i) this was not the branch I was looking for or, ii) we better update the Wiki and not this page. Docs are helping a lot so far, so thanks for putting it all together. Cheers Bruno Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/6c8a3f3e Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/6c8a3f3e Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/6c8a3f3e Branch: refs/heads/asf-site Commit: 6c8a3f3eb8df9c3fba712fec7b501335deebc4e1 Parents: 629c5e9 Author: Bruno P. Kinoshita Authored: Mon Jul 17 15:51:02 2017 +1200 Committer: GitHub Committed: Mon Jul 17 15:51:02 2017 +1200 ---------------------------------------------------------------------- documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/6c8a3f3e/documentation.html ---------------------------------------------------------------------- diff --git a/documentation.html b/documentation.html index fbfb0f7..5b31447 100755 --- a/documentation.html +++ b/documentation.html @@ -95,7 +95,7 @@

Getting started with Apache OODT can be a daunting task. With a number of components to setup and configure it can be both time consuming and confusing. To help solve this problem Radix and the Vagrant Virtual Machine were created.

RADiX

-

RADiX is a Maven Archtype designed to get OODT up and running quickly and easily. Maven will download the correct libraries and run the correct configuration routines to deploy a fully working OODT platform including File Manage, Workflow, OpsUI etc.

+

RADiX is a Maven Archetype designed to get OODT up and running quickly and easily. Maven will download the correct libraries and run the correct configuration routines to deploy a fully working OODT platform including File Manage, Workflow, OpsUI etc.

RADiX can run on both Unix systems and Windows and requires nothing more than a Java JDK and Apache Maven installed on your computer.

@@ -105,7 +105,7 @@

Vagrant VM

Vagrant extends upon Radix to give you a configured Virtual Machine with a preconfigured RADiX installation already built and ready along with the networking configuration setup so you can connect to OpsUI without having to change the networking setup.

-

The Vagrant VM is idea if you want a portable image that can be replicated time after time or copied around colleagues.

+

The Vagrant VM is ideal if you want a portable image that can be replicated time after time or copied around colleagues.

To get started with the OODT Vagrant VM, visit the wiki page.

@@ -232,7 +232,7 @@

To compile the code from source simply run `mvn clean install` on the command line from within the checkout directory and the OODT code will start to compile.

-

To file bugs or find new tasks to work on you can find the OODT issue track on the ASF Jira: http://issues.apache.org

+

To file bugs or find new tasks to work on you can find the OODT issue track on the ASF Jira: https://issues.apache.org/jira/projects/OODT