File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55- [ Introduction] ( #introduction )
66- [ Prerequisites and Setup] ( #prerequisites-and-setup )
77 - [ System Requirements] ( #system-requirements )
8+ - [ SELinux] ( #selinux )
89 - [ Authentication] ( #authentication )
910 - [ Docker Installation] ( #docker-installation )
1011 - [ Postgres CSD Database] ( #postgres-csd-database )
@@ -84,6 +85,14 @@ On Ubuntu:
8485sudo apt-get install libnss3 libxss1 libopengl0 libgfortran5 libxkbcommon-x11-0 libxcb-xinerama0 libxcb-cursor0 libxcb-keysyms1 libatomic1 libtk8.6 tk8.6
8586```
8687
88+ ### SELinux
89+
90+ The Qt installer will not run correctly if SELinux is in enforcing mode. If using RHEL / Rocky Linux, temporarily set SELinux to permissive mode.
91+
92+ ``` sh
93+ sudo setenforce 0
94+ ```
95+
8796### Authentication
8897
8998- A valid CCDC activation key (a 36-character key in the format ######-######-######-######-######-######)
You can’t perform that action at this time.
0 commit comments