Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Introduction](#introduction)
- [Prerequisites and Setup](#prerequisites-and-setup)
- [System Requirements](#system-requirements)
- [SELinux](#selinux)
- [Authentication](#authentication)
- [Docker Installation](#docker-installation)
- [Postgres CSD Database](#postgres-csd-database)
Expand Down Expand Up @@ -84,6 +85,14 @@ On Ubuntu:
sudo apt-get install libnss3 libxss1 libopengl0 libgfortran5 libxkbcommon-x11-0 libxcb-xinerama0 libxcb-cursor0 libxcb-keysyms1 libatomic1 libtk8.6 tk8.6
```

### SELinux

The Qt installer will not run correctly if SELinux is in enforcing mode. If using RHEL / Rocky Linux, temporarily set SELinux to permissive mode.

```sh
sudo setenforce 0
```

### Authentication

- A valid CCDC activation key (a 36-character key in the format ######-######-######-######-######-######)
Expand Down