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

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 16, 2016
1 parent 9dc7201 commit 3abd966
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -10,6 +10,8 @@ cd stack
make
```

PDC images are found at https://hub.docker.com/r/pdcbc

## Dependencies

To install without dependencies type:
Expand All @@ -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/<repository>' in ./dev/dev.yml
* Clone repositories to dev
Expand Down Expand Up @@ -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

0 comments on commit 3abd966

Please sign in to comment.