Skip to content
A Lee edited this page May 20, 2015 · 5 revisions

RHEL 6 deployment

  • Install nginx14 and python27 from http://www.softwarecollections.org
  • Configure nginx, add catalog.conf virtual host, set users and permissions appropriately. Set SELinux permissive mode via setenforce 0 or add specific permissions to /comses/apps/catalog (had trouble doing this, perhaps because it is a NFS mount and setsebool -P httpd_use_nfs=1 didn't seem to work).
  • Configure supervisord appropriately, make sure we set logging directives so uwsgi errors get logged
Clone this wiki locally