2024-05-22 13:27:03 +02:00
# Irish Monitor
2023-10-23 14:26:21 +02:00
This project was generated with [Angular CLI ](https://github.com/angular/angular-cli ) version 16.2.0.
## Development server
2024-05-22 13:27:03 +02:00
Run `npm start` for a dev server. Navigate to `http://localhost:5500/` . The application will automatically reload if you change any of the source files.
2023-10-23 14:26:21 +02:00
2024-05-22 13:27:03 +02:00
## Sandbox environment (BETA) build
1. Run `npm run build:ssr-beta` to build the project.
2. Copy the folder to another location and navigate to it.
3. Run `npm run after-build-clean` to remove git unnecessary files in the new folder.
4. Upload to the server.
5. Run `npm install` in the uploaded folder and copy the content to the server location.
6. Restart the service.
2023-10-23 14:26:21 +02:00
2024-05-22 13:27:03 +02:00
## Production environment build
1. Run `npm run build:ssr-prod` to build the project.
2. Copy the folder to another location and navigate to it.
3. Run `npm run after-build-clean` to remove git unnecessary files in the new folder.
4. Upload to the server.
5. Run `npm install` in the uploaded folder and copy the content to the server location.
6. Restart the service.
2023-10-23 14:26:21 +02:00
2024-06-03 15:00:00 +02:00
## Notes
1. Login Session is only working under the same domain with the login-service of the [properties ](src/environments/environment.ts ).
2. Search service, ORCID-Integrated service, Linking service belongs to OpenAIRE.
3. Managers are stored at OpenAIRE AAI Registry.
4. Irish Monitor Service is the main service of Irish Monitor.
2024-05-22 13:27:03 +02:00
## License
2023-10-23 14:26:21 +02:00
2024-05-22 13:27:03 +02:00
This project is licensed under the Apache License, Version 2.0. See the [LICENSE ](LICENSE.txt ) file for details.
2023-10-23 14:26:21 +02:00