This repository was archived by the owner on Feb 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# PDC Server Stack DevOps Scripts
22
3- ## Deploy via https://hub.docker.com/r/pdcbc
3+ ## Deploy with Docker Hub
44
55This will also install Docker and disable transparent_hugepage for MongoDB.
66
@@ -10,6 +10,8 @@ cd stack
1010make
1111```
1212
13+ PDC images are found at https://hub.docker.com/r/pdcbc
14+
1315## Dependencies
1416
1517To install without dependencies type:
@@ -29,7 +31,7 @@ make configure
2931To 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
6365Default paths are broken into private and configuration (not private) folders.
6466For 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
You can’t perform that action at this time.
0 commit comments