File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Please follow the instructions at [Configuring SSL](https://github.com/ccdc-open
93
93
If the WebCSD server is run without configuring SSL a built-in self-signed certificate will be used.
94
94
This is not recommended as it is insecure.
95
95
96
- ### WebCSD Test Installation
96
+ ### WebCSD Basic Installation
97
97
98
98
Please download and unpack the latest version from the release tab < https://github.com/ccdc-opensource/on-site-webcsd/releases > .
99
99
@@ -169,18 +169,8 @@ If you have problems check that `PUBLIC_URI` has been set to <https://full.serve
169
169
Your On-Site WebCSD server is now up and running but you will probably need to configure user access control
170
170
and in-house databases. This is done via docker compose files
171
171
(see [ WebCSD Configuration Files] ( https://github.com/ccdc-opensource/on-site-webcsd/wiki/WebCSD-configuration-files ) in the wiki).
172
- After making any changes to these files, restart the stack using the following config files.
173
-
174
- - docker-compose.yml
175
- - docker-compose.ssl.yml
176
- - Any other docker compose files which you have customised
177
-
178
- The commands to restart the stack are
179
-
180
- ``` sh
181
- docker compose down
182
- docker compose -f docker-compose.yml -f file1.yml -f file2.yml ... up -d
183
- ```
172
+ After making any changes to these files, restart the stack as described above, adding any docker compose files
173
+ which you have customised into the ` docker compose ... up -d ` command.
184
174
185
175
### User Access Control
186
176
You can’t perform that action at this time.
0 commit comments