|
|
||
|---|---|---|
| .vscode | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| CHANGELOG.md | ||
| LICENSE.txt | ||
| README.md | ||
| angular.json | ||
| package.json | ||
| release.sh | ||
| server.ts | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.server.json | ||
README.md
Irish Monitor
This project was generated with Angular CLI version 16.2.0 and update to 18.2.5.
Development server
Run npm start for a dev server. Navigate to http://localhost:65031/. The application will automatically reload if you change any of the source files.
Sandbox environment (BETA) build
- Run
npm run build:ssr-betato build the project. - Copy the folder to another location and navigate to it.
- Run
npm run after-build-cleanto remove git unnecessary files in the new folder. - Upload to the server.
- Run
npm installin the uploaded folder and copy the content to the server location. - Restart the service.
Production environment build
- Run
npm run build:ssr-prodto build the project. - Copy the folder to another location and navigate to it.
- Run
npm run after-build-cleanto remove git unnecessary files in the new folder. - Upload to the server.
- Run
npm installin the uploaded folder and copy the content to the server location. - Restart the service.
Notes
- Login Session is only working under the same domain with the login-service of the properties.
- Search service, ORCID-Integrated service, Linking service belongs to OpenAIRE.
- Managers are stored at OpenAIRE AAI Registry.
- Irish Monitor Service is the main service of Irish Monitor.
License
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.