@@ -85,6 +85,8 @@ sudo apt-get install libnss3 libxss1 libopengl0 libgfortran5 libxkbcommon-x11-0
8585 will be required to use the software.
8686- Connecting to your WebCSD server via https is now required. To configure this you will need a password-protected .pfx
8787 certificate. Ask your local IT staff to set this up for you.
88+ - On-Site WebCSD is installed via Docker, which requires access to the CCDC docker container registry.
89+ To obtain a username and password please contact CCDC Support.
8890
8991### Docker Installation
9092
@@ -97,10 +99,7 @@ Linux users also have the option to install [Docker Engine](https://docs.docker.
9799[ Docker Compose plugin] ( https://docs.docker.com/compose/install/ ) .
98100
99101CHECK: Test your Docker installation as described at the above links.
100-
101- The recommended offline installer includes all docker images. An online installer is provided as an alternative -
102- this requires access to the CCDC docker container registry. To obtain a username and password please contact CCDC
103- Support then verify that you can log in.
102+ Also verify that you can log into the CCDC docker container registry:
104103
105104``` sh
106105docker login -u < user> -p < password> ccdcrepository.azurecr.io
@@ -141,9 +140,8 @@ sudo chown -R ccdc:ccdc csd-data/
141140
142141## Basic Configuration And Installation
143142
144- Offline and online installers are available from [ the release tab] ( https://github.com/ccdc-opensource/on-site-webcsd/releases )
145- to run either via a GUI or command-line interface. We recommend the offline installer to reduce issues caused by restrictive
146- firewalls.
143+ The installer is available from [ the release tab] ( https://github.com/ccdc-opensource/on-site-webcsd/releases )
144+ to run either via a GUI or command-line interface.
147145
148146### GUI installation
149147
0 commit comments