Skip to content

vedph/cadmus_show_app

Repository files navigation

Cadmus Show

This project was generated with Angular CLI version 11.1.1.

To run the corresponding Docker image: use docker images to list the images, and docker run <image-name> eventually adding -d to run detached and redirecting the port with -p HOSTPORT:IMAGEPORT.

Deploy sample (for a subpath, here apps/cadmus-show):

  1. npm run build-lib;
  2. update env.js and Docker scripts for version number;
  3. ng build --configuration=production.

Building for a subfolder:

ng build --base-href /apps/cadmus-show/

🐋 Docker:

docker build . -t vedph2020/cadmus-show-app:3.0.1 -t vedph2020/cadmus-show-app:latest

For GitHub pages see this tool.

History

3.0.1

  • 2024-05-06:
    • updated Angular and packages.
    • refactored imports for new standalone bricks V2.
    • replaced ngx-monaco-editor with @cisstech/nge.
    • updated models.

3.0.0

  • 2024-01-18: updated Angular and packages.
  • 2023-11-09: ⚠️ upgraded to Angular 17 and removed legacy dependency on Cadmus material.
  • 2023-05-12: updated to Angular 16.
  • 2023-03-11: updated Angular and packages.

2.0.3

  • 2023-02-14: adjusted route order (more specific come first).

2.0.2

2.0.1

  • 2023-01-06: homepage

2.0.0

  • 2023-01-05:
    • updated to Angular 15
    • updated packages
    • replaced Akita with ELF
    • removed @angular/flex-layout