Files
cwsvJudo/homepage/cwsvJudo
2025-05-09 08:15:10 +02:00
..
2024-12-01 12:53:34 +01:00
2022-05-14 10:54:04 +02:00
2025-05-09 08:15:10 +02:00
2024-11-30 17:06:04 +01:00
2025-05-09 08:15:10 +02:00
2024-11-30 20:09:47 +01:00
2025-05-09 08:15:10 +02:00
2025-01-12 17:46:44 +01:00
2024-12-01 16:04:51 +01:00
2025-03-22 14:43:17 +01:00
2024-12-01 16:04:51 +01:00

HelioHost build pipeline redesign:

  • install dependencies:
    • make -j -f Makefile.heliohost installDependencies
  • make a distributable package:
    • make -j -f Makefile.heliohost dist

Directory structure

  • build/dist/heliohost - (dist root)
    • httpdocs - http root (root for the files served via http)
      • pages - pages to be reachable, requests to /page get redirected to pages/page (@todo: currently there is still a responsive directory in the between)
      • ressourcen - directory with static ressources (i.e. graphics)
    • .local - local specific files, e.g., configuration files