- extract, isolate and package it in a completely independent Python module, versioned and in a way that allows releases on PyPI.org - fixed error in placeholder for secondary school (data registry defaults) - added restriction in pytest version to install - expected number of new cases fix - data registry update (schema v2.1.1) - github update - deprecate ExpertApplication and CO2Application - changes to reflect schema update 2.0.2 - version update - Fixed error with f_inf (short-range) - new folder layout - Conditional probability data update - General fixes - Fitting results in L/S/person - CO2 fitting algorithm refinement
10 lines
351 B
Bash
Executable file
10 lines
351 B
Bash
Executable file
|
|
echo 'CAiMIRA is running on http://localhost:8080'
|
|
echo 'Please see https://gitlab.cern.ch/caimira/caimira for terms of use.'
|
|
|
|
# Run a proxy for the apps (listening on 8080).
|
|
nginx -c /opt/caimira/nginx.conf
|
|
|
|
cd /opt/caimira/src/caimira
|
|
# Run the calculator in the foreground.
|
|
/opt/caimira/app/bin/python -m ui.apps.calculator --port 8081 --no-debug
|