
CentOS 8 does not have uWSGI, not even in EPEL: https://bugzilla.redhat.com/show_bug.cgi?id=1757157 Since it's installable from PyPI, let's do it instead. Also update SELinux to enable uWSGI+nginx to operate. Change-Id: I44d0582e221e24404f427b261bf6d366f5c32775
18 lines
346 B
YAML
18 lines
346 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
mysql_service_name: mysql
|
|
required_packages:
|
|
- python-selinux
|
|
- mariadb
|
|
- policycoreutils-python
|
|
- python-devel
|
|
- python-MySQL-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- libopenssl-devel
|
|
- libxml2-devel
|
|
- nginx
|