Go to file
Konstantinos Triantafyllou cf83f5bd9d [master | DONE]: Add result belongs to configuration. 2024-05-29 13:05:46 +03:00
.vscode initial commit 2023-10-23 15:26:21 +03:00
src [master | DONE]: Add result belongs to configuration. 2024-05-29 13:05:46 +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 libraries. Add Licence and update Readme with build instructions. Update version before release 2024-05-22 14:27:03 +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 libraries. Add Licence and update Readme with build instructions. Update version before release 2024-05-22 14:27:03 +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 libraries. Add Licence and update Readme with build instructions. Update version before release 2024-05-22 14:27:03 +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.

License

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