From 3abd966cc22cb6d2392d3a4bffe5a0d6ab175a52 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Fri, 15 Jan 2016 17:23:36 -0800 Subject: [PATCH] README tweaks --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2957434..38f1937 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PDC Server Stack DevOps Scripts -## Deploy via https://hub.docker.com/r/pdcbc +## Deploy with Docker Hub This will also install Docker and disable transparent_hugepage for MongoDB. @@ -10,6 +10,8 @@ cd stack make ``` +PDC images are found at https://hub.docker.com/r/pdcbc + ## Dependencies To install without dependencies type: @@ -29,7 +31,7 @@ make configure To build using select local repositories: * Copy ./dev/dev.yml-sample to ./dev/dev.yml - * This file has been excluded in .gitignore + * This file has been excluded in .gitignore * Uncomment the appropriate line in ./dev/dev.yml * e.g. build: './dev/' in ./dev/dev.yml * Clone repositories to dev @@ -63,6 +65,6 @@ MODE=dev TAG=dev make Default paths are broken into private and configuration (not private) folders. For consistency, use a similar path for this repo. +* DevOps: /pdc/data/stack * Private: /pdc/data/private * Configuration: /pdc/data/config -* DevOps: /pdc/data/stack