Go to file
Konstantinos Triantafyllou 986a6265ac Merge remote-tracking branch 'origin/develop' 2024-09-18 13:11:01 +03:00
.vscode initial commit 2023-10-23 15:26:21 +03:00
src Merge from develop before release of 1.0.2 2024-09-18 13:08:33 +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 Change texts in about and home. Add info for publicly-funded filter. Add engagement tag for engagement and training. Update library and Changelog before release. 2024-09-18 13:01:37 +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 Change version in package.json 2024-09-18 13:10:52 +03:00
release.sh [develop]: Update release.sh 2024-06-26 15:40:06 +03:00
server.ts [develop | DONE | CHANGED] monitorServiceAPIURL: remove duplicate '/' 2024-09-05 13:32:56 +03: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.