X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc100474c5d74b20b2576bd3a8f633746c0c6fb2..a3a5f1aa55cdfa0c9059313a37524101d8bee8cf:/docker/README diff --git a/docker/README b/docker/README index 876c9054b3..2bb947a5e4 100644 --- a/docker/README +++ b/docker/README @@ -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