[ARVADOS] updated: 3b766a1b05358b182a0fa3bb58627fae75c60831
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 2 10:36:34 EDT 2014
Summary of changes:
doc/Rakefile | 2 +-
doc/_includes/_alert_docker.liquid | 2 +-
doc/install/install-docker.html.textile.liquid | 4 ++--
sdk/cli/arvados-cli.gemspec | 1 +
sdk/ruby/arvados.gemspec | 1 +
5 files changed, 6 insertions(+), 4 deletions(-)
via 3b766a1b05358b182a0fa3bb58627fae75c60831 (commit)
via 40fe9c298a88cf2dd47b27b264573d571a90edda (commit)
via f22ca564a5b5caa0c86cee099b43df2038ccd5ca (commit)
via 5e36bba520468fdf2c8672cb27c57608a8b0b131 (commit)
via 40b254ba9b7379f75da690a13aa0ec21707941bf (commit)
from 6e5a55eb188b1c6e97b325dfe9338a7412da516c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3b766a1b05358b182a0fa3bb58627fae75c60831
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Jul 2 10:36:18 2014 -0400
Remove superfluous cd commands
refs #3131
diff --git a/doc/install/install-docker.html.textile.liquid b/doc/install/install-docker.html.textile.liquid
index 04095f2..fb7a7f1 100644
--- a/doc/install/install-docker.html.textile.liquid
+++ b/doc/install/install-docker.html.textile.liquid
@@ -42,7 +42,7 @@ h2. Running the Arvados Docker containers
The @arvdock@ command can be used to start and stop the docker containers. It has a number of options:
<notextile>
-<pre><code>~$ <span class="userinput">cd arvados/docker</span>
+<pre><code>
~$ <span class="userinput">./arvdock -h</span>
usage: ./arvdock (start|stop|restart|test) [options]
@@ -69,7 +69,7 @@ The @--ssh@ option can be useful to debug issues with the Docker containers; it
Start the docker containers:
<notextile>
-<pre><code>~$ <span class="userinput">cd arvados/docker</span>
+<pre><code>
~$ <span class="userinput">./arvdock start</span>
sso_server
Starting container:
commit 40fe9c298a88cf2dd47b27b264573d571a90edda
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Jul 2 10:35:20 2014 -0400
Fix up link in the docker alert box.
refs #3131
diff --git a/doc/_includes/_alert_docker.liquid b/doc/_includes/_alert_docker.liquid
index c80af90..be4a8e0 100644
--- a/doc/_includes/_alert_docker.liquid
+++ b/doc/_includes/_alert_docker.liquid
@@ -1,4 +1,4 @@
<div class="alert alert-block alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
- <p>The Docker installation is not feature complete. We do not have a Docker container yet for crunch-dispatch and the arvados compute nodes. This means that running pipelines from a Docker-based Arvados install is currently not supported without additional manual configuration. Without that manual configuration, it is possible to use arv-crunch-job to run a 'local' job against your Docker-based Arvados installation. To do this, please refer to the <a href="/user/topics/tutorial-job-debug.html">Debugging a Crunch script</a> page.</p>
+ <p>The Docker installation is not feature complete. We do not have a Docker container yet for crunch-dispatch and the arvados compute nodes. This means that running pipelines from a Docker-based Arvados install is currently not supported without additional manual configuration. Without that manual configuration, it is possible to use arv-crunch-job to run a 'local' job against your Docker-based Arvados installation. To do this, please refer to the "Debugging a Crunch script":{{site.baseurl}}/user/topics/tutorial-job-debug.html page.</p>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list