Skip to content

Commit ddc5f61

Browse files
committed
Corrections suggested by Christina OBJ-6633
1 parent fd77ea7 commit ddc5f61

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

+3-13
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Please follow the instructions at [Configuring SSL](https://github.com/ccdc-open
9393
If the WebCSD server is run without configuring SSL a built-in self-signed certificate will be used.
9494
This is not recommended as it is insecure.
9595

96-
### WebCSD Test Installation
96+
### WebCSD Basic Installation
9797

9898
Please download and unpack the latest version from the release tab <https://github.com/ccdc-opensource/on-site-webcsd/releases>.
9999

@@ -169,18 +169,8 @@ If you have problems check that `PUBLIC_URI` has been set to <https://full.serve
169169
Your On-Site WebCSD server is now up and running but you will probably need to configure user access control
170170
and in-house databases. This is done via docker compose files
171171
(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.
184174

185175
### User Access Control
186176

0 commit comments

Comments
 (0)