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 A985C2009C5 for ; Mon, 16 May 2016 22:30:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A8155160A16; Mon, 16 May 2016 20:30:00 +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 F039A160131 for ; Mon, 16 May 2016 22:29:59 +0200 (CEST) Received: (qmail 47009 invoked by uid 500); 16 May 2016 20:29:59 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 47000 invoked by uid 99); 16 May 2016 20:29:59 -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, 16 May 2016 20:29:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DA002DFC74; Mon, 16 May 2016 20:29:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eroma@apache.org To: commits@airavata.apache.org Message-Id: <289635bb94c04c89baa60c38205f6c73@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata-docs git commit: Changing the data_catalog DB name to replica_catalog in DB creation steps. Date: Mon, 16 May 2016 20:29:58 +0000 (UTC) archived-at: Mon, 16 May 2016 20:30:00 -0000 Repository: airavata-docs Updated Branches: refs/heads/master 3ceeb153a -> b5a768b65 Changing the data_catalog DB name to replica_catalog in DB creation steps. Project: http://git-wip-us.apache.org/repos/asf/airavata-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-docs/commit/b5a768b6 Tree: http://git-wip-us.apache.org/repos/asf/airavata-docs/tree/b5a768b6 Diff: http://git-wip-us.apache.org/repos/asf/airavata-docs/diff/b5a768b6 Branch: refs/heads/master Commit: b5a768b65c2610ceef3f920d9bdad0273a23ddd5 Parents: 3ceeb15 Author: Eroma Abeysinghe Authored: Mon May 16 16:29:55 2016 -0400 Committer: Eroma Abeysinghe Committed: Mon May 16 16:29:55 2016 -0400 ---------------------------------------------------------------------- Airavata-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/b5a768b6/Airavata-Installation.md ---------------------------------------------------------------------- diff --git a/Airavata-Installation.md b/Airavata-Installation.md index 29f0770..69ab14d 100644 --- a/Airavata-Installation.md +++ b/Airavata-Installation.md @@ -44,7 +44,7 @@ When executing above it will ask you for root password; provide it. 10. Create databases required for Airavata
create database app_catalog;
create database experiment_catalog;
-
create database data_catalog;
+
create database replica_catalog;
create database credential_store;
create database workflow_catalog;
11. Grant permission to these databases for a new user which would be used by Airavata