Select Git revision
structures.service.ts
admin-gui.md 3.27 KiB
Admin GUI
What it does
The Admin GUI is a web user interface dedicated to admin users.
It let them administrate the database of different services such as resources (resources, formats, projections), partners, reuse...
It also has a section that provides logs of the datasets indexation jobs. It can be usefull to track indexation errors, execution time for each task...
Installation and usage
The interface has been developed with the Angular framework, so you need to have Node.js installed on your machine in order to run the web application.
Once you have Node.js installed you need to install the Angular CLI. Open a command line and run:
npm install -g @angular/cli