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/pageget redirected topages/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