[ARVADOS] created: d0daa6d6968ecf1a3ec7e64f7747e842f20febad
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 24 14:23:40 EST 2014
at d0daa6d6968ecf1a3ec7e64f7747e842f20febad (commit)
commit d0daa6d6968ecf1a3ec7e64f7747e842f20febad
Author: Tim Pierce <twp at curoverse.com>
Date: Mon Feb 24 14:24:43 2014 -0500
Update arvdock instructions.
diff --git a/docker/README.md b/docker/README.md
index 63387d3..ce0bf2a 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -75,25 +75,20 @@ Building
$ make workbench-image
$ make sso-image
-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.
-
- * $API_HOSTNAME
- * keep0.$API_HOSTNAME
- * compute0.$API_HOSTNAME
- * controller.$API_HOSTNAME
- * workbench.$API_HOSTNAME
-
-2. The `arvdock` script in this directory is used to start, stop and
- restart Arvados servers on your machine. Example usages:
-
- * `arvdock start`
- * `arvdock stop`
- * `arvdock restart`
- * `arvdock start --api --sso` to start just the API and SSO services.
- * `arvdock start --workbench=8000` starts just the Workbench service on port 8000.
- * `arvdock stop --keep` to stop just the Keep services.
+Running
+-------
+
+The `arvdock` script in this directory is used to start, stop and
+restart Arvados servers on your machine. The simplest and easiest way
+to use it is `./arvdock start` to start the full complement of Arvados
+servers, and `./arvdock stop` and `./arvdock restart` to stop and
+restart all servers, respectively.
+
+Developers who are working on individual servers can start, stop or
+restart just those containers, e.g.:
+
+* `./arvdock start --api --sso` to start just the API and SSO services.
+* `./arvdock stop --keep` to stop just the Keep services.
+* `./arvdock restart --workbench=8000` restarts just the Workbench service on port 8000.
+
+For a full set of arguments, use `./arvdock --help`.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list