Break out deploying vs. installation instructions.
authorTim Pierce <twp@clinicalfuture.com>
Wed, 13 Nov 2013 18:31:21 +0000 (13:31 -0500)
committerTim Pierce <twp@clinicalfuture.com>
Wed, 13 Nov 2013 18:31:21 +0000 (13:31 -0500)
docker/README

index 876c9054b3b9808a379354b47aa67da27a679ab7..2bb947a5e43ac1578349630531c6c00e04eebe6d 100644 (file)
@@ -29,7 +29,17 @@ BUILDING
 
 2. Run `./config.rb' to generate configuration files.
 
-3. Make sure the ARVADOS_DNS_SERVER has been provisioned with the
+3. Run `./build.sh' to build the following Docker images:
+
+     arvados/api    - the Arvados API server
+     arvados/keep   - Keep, the Arvados content-addressable filesystem
+     arvados/crunch - Crunch, a compute node for Arvados
+     arvados/workbench - the Arvados console
+
+DEPLOYING
+---------
+
+1. Make sure the ARVADOS_DNS_SERVER has been provisioned with the
    following DNS entries, resolving to the appropriate IP addresses
    where each service will be deployed.
 
@@ -40,12 +50,7 @@ BUILDING
    git
    shell
 
-4. Provision your Omniauth server with the APP_ID and
+2. Provision your Omniauth server with the APP_ID and
    APP_SECRET from api/omniauth.rb.
 
-5. Run `./build.sh' to build the following Docker images:
-
-     arvados/api    - the Arvados API server
-     arvados/keep   - Keep, the Arvados content-addressable filesystem
-     arvados/crunch - Crunch, a compute node for Arvados
-
+3. docker run -p 80:80 -p 443:443 arvados/api