Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit 3abd966

Browse files
committed
README tweaks
1 parent 9dc7201 commit 3abd966

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDC Server Stack DevOps Scripts
22

3-
## Deploy via https://hub.docker.com/r/pdcbc
3+
## Deploy with Docker Hub
44

55
This will also install Docker and disable transparent_hugepage for MongoDB.
66

@@ -10,6 +10,8 @@ cd stack
1010
make
1111
```
1212

13+
PDC images are found at https://hub.docker.com/r/pdcbc
14+
1315
## Dependencies
1416

1517
To install without dependencies type:
@@ -29,7 +31,7 @@ make configure
2931
To build using select local repositories:
3032

3133
* Copy ./dev/dev.yml-sample to ./dev/dev.yml
32-
* This file has been excluded in .gitignore
34+
* This file has been excluded in .gitignore
3335
* Uncomment the appropriate line in ./dev/dev.yml
3436
* e.g. build: './dev/<repository>' in ./dev/dev.yml
3537
* Clone repositories to dev
@@ -63,6 +65,6 @@ MODE=dev TAG=dev make
6365
Default paths are broken into private and configuration (not private) folders.
6466
For consistency, use a similar path for this repo.
6567

68+
* DevOps: /pdc/data/stack
6669
* Private: /pdc/data/private
6770
* Configuration: /pdc/data/config
68-
* DevOps: /pdc/data/stack

0 commit comments

Comments
 (0)