Skip to content

Commit 79c48ab

Browse files
committed
github markdown issues
1 parent 114c8b1 commit 79c48ab

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,27 @@ Several components that have been developed by OpenCADC are used in this deploym
2323
- RootCA.crt in browser and command line. See [Ubuntu example](https://ubuntu.com/server/docs/install-a-root-ca-certificate-in-the-trust-store) and [Firefox example](https://docs.vmware.com/en/VMware-Adapter-for-SAP-Landscape-Management/2.1.0/Installation-and-Administration-Guide-for-VLA-Administrators/GUID-0CED691F-79D3-43A4-B90D-CD97650C13A0.html) for linux reference.
2424
- Domain for this is https://src-data-repo.co.uk
2525
- Can be changed but you'll have to create your own certificate & root authority, repeat 1 above, update the nginx.conf and replace the rootCA.crt in each service's config folder (so they can trust each other).
26-
<br>
27-
<br>
26+
2827
2. Install Docker (& docker-compose)
2928

30-
> https://docs.docker.com/get-docker/
31-
> https://docs.docker.com/compose/install/
29+
> https://docs.docker.com/get-docker/
30+
> https://docs.docker.com/compose/install/
3231

33-
<br>
3432

3533
3. Clone repository
36-
> https://github.com/uksrc/caomdev
34+
> https://github.com/uksrc/caomdev
3735

38-
<br>
3936
4. Adjust settings
4037
See [detail.md](detail.md) for information reagrding identity managment, permissions groups & bearer tokens for requests.
41-
<br>
38+
4239
5. Start the postgres db (done separately)
4340

4441
```
4542
docker-compose -f docker-compose-dbase.yml up -d
4643
```
4744

4845
6. Wait for a minute or so to allow the postgres db to start
49-
<br>
46+
5047
7. Start the main services
5148

5249
```

0 commit comments

Comments
 (0)