You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/27 15:11:33 UTC

[12/49] allura git commit: Clarify the very first steps to using docker

Clarify the very first steps to using docker


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/61ddcb76
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/61ddcb76
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/61ddcb76

Branch: refs/heads/ib/7897
Commit: 61ddcb76a0a6254d18681930e1a08fd9b78458ac
Parents: 6d0eb69
Author: Dave Brondsema <da...@brondsema.net>
Authored: Thu Jul 23 14:39:23 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Jul 23 14:39:23 2015 -0400

----------------------------------------------------------------------
 INSTALL-docker.markdown | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/61ddcb76/INSTALL-docker.markdown
----------------------------------------------------------------------
diff --git a/INSTALL-docker.markdown b/INSTALL-docker.markdown
index 923b080..c4fb810 100644
--- a/INSTALL-docker.markdown
+++ b/INSTALL-docker.markdown
@@ -53,10 +53,11 @@ Services data:
 
 # First run
 
-Install [Docker](http://docs.docker.com/installation/) 
-and [Docker Compose](https://docs.docker.com/compose/install/).
+[Download the latest release](http://www.apache.org/dyn/closer.cgi/allura/) of Allura, or [clone from git](https://forge-allura.apache.org/p/allura/git/ci/master/tree/) for the bleeding edge.
 
-Build/fetch all required images:
+Install [Docker](http://docs.docker.com/installation/) and [Docker Compose](https://docs.docker.com/compose/install/).
+
+Build/fetch all required images (run these in your allura directory):
 
     ~$ docker-compose build