Go to file
Konstantinos Triantafyllou 7fde26d414 [develop]: Fix margins in all pages. 2024-06-18 14:05:37 +03:00
.vscode initial commit 2023-10-23 15:26:21 +03:00
src [develop]: Fix margins in all pages. 2024-06-18 14:05:37 +03:00
.gitignore Change gitignore 2023-10-23 16:51:01 +03:00
.gitmodules Initialize project with server side, environment properties and an app component. Also, add submodules with branch angular-16 2023-10-23 16:46:00 +03:00
CHANGELOG.md Update version 2024-06-03 15:38:09 +03:00
LICENSE.txt Update libraries. Add Licence and update Readme with build instructions. Update version before release 2024-05-22 14:27:03 +03:00
README.md Update ReadMe and library 2024-06-03 16:00:00 +03:00
angular.json [master | FIXED | DONE]: Fix search Field fiel replacements in all build configurations. 2023-12-22 10:50:28 +02:00
package.json Update version 2024-06-03 15:38:09 +03:00
server.ts [develop]: Add sortBy # of publicatiosn options in RFOs/RPOs. Add indicator caching option. 2024-02-20 11:02:04 +02:00
tsconfig.app.json initial commit 2023-10-23 15:26:21 +03:00
tsconfig.json Initialize project with server side, environment properties and an app component. Also, add submodules with branch angular-16 2023-10-23 16:46:00 +03:00
tsconfig.server.json Initialize project with server side, environment properties and an app component. Also, add submodules with branch angular-16 2023-10-23 16:46:00 +03:00

README.md

Irish Monitor

This project was generated with Angular CLI version 16.2.0.

Development server

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.

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.

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.

Notes

  1. Login Session is only working under the same domain with the login-service of the properties.
  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.

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.