You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/06/23 18:29:27 UTC

[airavata-custos-portal] branch reference-portal updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch reference-portal
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git


The following commit(s) were added to refs/heads/reference-portal by this push:
     new a516669  Update README.md
     new 6a2be10  Merge pull request #96 from dinukadesilva/patch-1
a516669 is described below

commit a516669afb0ea7c5eb4fa64a1c0383e39d3f17a9
Author: Dinuka De Silva <di...@users.noreply.github.com>
AuthorDate: Wed Jun 23 11:32:34 2021 -0400

    Update README.md
---
 custos-demo-gateway/README.md | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/custos-demo-gateway/README.md b/custos-demo-gateway/README.md
index 55b1731..5343b30 100644
--- a/custos-demo-gateway/README.md
+++ b/custos-demo-gateway/README.md
@@ -1,10 +1,11 @@
 # Custos Portal
 
 1. Install latest stable nodejs (v14.17) https://nodejs.org/en/download/
-2. `git clone https://github.com/apache/airavata-custos-portal.git`
-3. `git checkout reference-portal`
-4. `cd ./airavata-custos-portal/custos-demo-gateway`
-5. Change `.env` file with all new entries of following
+2. Install yarn `npm install --global yarn`
+3. `git clone https://github.com/apache/airavata-custos-portal.git`
+4. `git checkout reference-portal`
+5. `cd ./airavata-custos-portal/custos-demo-gateway`
+6. Change `.env` file with all new entries of following
 
 ```
 VUE_APP_CLIENT_ID=""
@@ -27,8 +28,8 @@ VUE_APP_CLIENT_PERMISSION_TYPE_VIEWER="VIEWER"
 VUE_APP_CLIENT_PERMISSION_TYPE_EDITOR="EDITOR"
 ```
 
-6. Create necessary entity types, permission types, roles, groups and update them on .env
-7. `npm install`
-8. `npm run serve`
-9. http://localhost:8080
+7. Create necessary entity types, permission types, roles, groups and update them on .env
+8. `yarn install`
+9. `yarn run serve`
+10. http://localhost:8080