First proper release
This is the first proper release that we will start using when provisioning the production environment on Irma.
Introduces the support of several parallel installations of the environment according to:
/lupus/ngi/irma3/devel-root/<username>_<branch name>/{conf,resources,sw}
on irma3 for development purposes/lupus/ngi/staging/<version>/{conf,resources,sw}
for staging tests/lupus/ngi/production/<version>/{conf,resources,sw}
for production usage
/lupus/ngi/staging/latest
and /lupus/ngi/production/latest
will be symlinks to the latest deployed version of the respective type.
Both staging and devel introduces a directory wildwest
under /lupus/ngi/irma3/devel-root/wildwest
and /lupus/ngi/staging/wildwest
that acts as the new root path for the proj dir structure. I.e. it replaces /proj
in all normal paths.
Production deployments should only be done with releases published here on Github. Staging deployments can be done with local branches checkout on irma3, or with releases published here on Github if several feature branches are supposed to be tested at the same time. More details in the README.