Go to file
Konstantinos Triantafyllou 561cdfbc23 [develop]: Align changes in indicator card with monitor. Update version and changelog 2024-07-25 10:54:25 +03:00
.vscode initial commit 2023-10-23 15:26:21 +03:00
src [develop]: Align changes in indicator card with monitor. Update version and changelog 2024-07-25 10:54:25 +03:00
.gitignore [develop]: Add *.zip in gitignore file and set release zip name to version.zip 2024-06-26 15:01:14 +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 [develop]: Align changes in indicator card with monitor. Update version and changelog 2024-07-25 10:54:25 +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 [develop | DONE | CHANGED]: newSearchPage.component.html: Reordered buttons - moved compact results button before download button. 2024-07-24 15:18:12 +03:00
package.json [develop]: Align changes in indicator card with monitor. Update version and changelog 2024-07-25 10:54:25 +03:00
release.sh [develop]: Update release.sh 2024-06-26 15:40:06 +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.