This repository contains Perun web applications.
- You need to have the Nodejs installed
- You need to have the Angular CLI installed
- Fork and clone this repository
- Run
npm install
First, you need to create a file apps/admin-gui/src/assets/config/instanceConfig.json
with the following content:
{
"api_url": "https://cloud8.perun-aai.org/ba/rpc/",
"skip_oidc": true
}
Then you can serve the admin gui with the following command:
ng serve admin-gui
Command to serve the consolidator:
nx serve consolidator --disable-host-check --baseHref=/krb/nic/ --deployUrl=/krb/nic/ --publicHost=localhost:4200