Trying to make everything a bit cleaner and safer.
gunicorn instead of Flask development server is now used.
I couldn't find a specific need for CMSSW or cmsenv, since only PyROOT is used: just source the appropriate .sh file from cvmfs (I hope I'm not breaking something)
nginx configs added for completion.
Branches have been renamed to follow standrard naming (master instead of hdqm)
Still TODO in the future:
Maybe simplify nginx config, serve static files through the Flask server since they're only a handful of HTML and JS files.
Trying to make everything a bit cleaner and safer.
gunicorn
instead of Flask development server is now used.cmsenv
, since onlyPyROOT
is used: justsource
the appropriate.sh
file fromcvmfs
(I hope I'm not breaking something)nginx
configs added for completion.master
instead ofhdqm
)Still TODO in the future:
nginx
config, serve static files through the Flask server since they're only a handful ofHTML
andJS
files.