In the deploy script, an admin should be able to specify which web server they want to use, where the credential directory should be, and what subdirectory (if any) the webserver should host the Flask app under. Thinking some of this should be done interactively (with an option to skip and use defaults) rather than having a ton of command line options.
Also, the Apache part as is probably only works in RHEL-dervied distros, where we assume Apache configs are in /etc/httpd. How can we make this more universal?
In the deploy script, an admin should be able to specify which web server they want to use, where the credential directory should be, and what subdirectory (if any) the webserver should host the Flask app under. Thinking some of this should be done interactively (with an option to skip and use defaults) rather than having a ton of command line options.
Also, the Apache part as is probably only works in RHEL-dervied distros, where we assume Apache configs are in
/etc/httpd
. How can we make this more universal?