Merge pull request #139 from dinukadesilva/patch-2
Fix the typo on reference portal share grading modal
tree: 5dd1f90ca10410f824f1088d2b8cd4963ce6d1ff
- public/
- src/
- .dockerignore
- .env
- .gitignore
- 1
- babel.config.js
- docker-compose.yml
- Dockerfile
- entrypoint.sh
- nginx.conf
- package-lock.json
- package.json
- README.md
- yarn-error.log
- yarn.lock
README.md
Custos Portal
- Install latest stable nodejs (v14.17) https://nodejs.org/en/download/
- Install yarn
npm install --global yarn
git clone https://github.com/apache/airavata-custos-portal.git
cd ./airavata-custos-portal/custos-demo-gateway
git checkout reference-portal
- Change
.env
file with all new entries of following
VUE_APP_CLIENT_ID=""
VUE_APP_CLIENT_SEC=""
VUE_APP_REDIRECT_URI="http://localhost:8080/callback"
VUE_APP_CLIENT_ENTITY_TYPE_ID_ASSIGNMENT="APPOINTMENT"
VUE_APP_CLIENT_ENTITY_TYPE_ID_SUBMISSION="PATIENT_HISTORY"
VUE_APP_CLIENT_ENTITY_TYPE_ID_GRADING="PRESCRIPTION"
VUE_APP_CLIENT_ROLE_PROFESSOR="doctor"
VUE_APP_CLIENT_ROLE_TEACHING_ASSISTANT="nurse"
VUE_APP_CLIENT_ROLE_STUDENT="patient"
VUE_APP_CLIENT_GROUP_ID_STUDENT=""
VUE_APP_CLIENT_GROUP_ID_TEACHING_ASSISTANT=""
VUE_APP_CLIENT_PERMISSION_TYPE_VIEWER="VIEWER"
VUE_APP_CLIENT_PERMISSION_TYPE_EDITOR="EDITOR"
- Create necessary entity types, permission types, roles, groups and update them on .env
yarn install
yarn run serve
- http://localhost:8080