[ARVADOS] updated: 6a28d53bd57eb04cc52e4fee4c887ed43cd4bdd5
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 2 08:13:08 EDT 2014
Summary of changes:
doc/_config.yml | 5 +-
doc/_includes/_alert_docker.liquid | 4 +
doc/install/index.html.textile.liquid | 18 +++-
doc/install/install-docker.html.textile.liquid | 112 +++++++++++++++++++++
.../ssh-access-windows.html.textile.liquid | 13 ++-
sdk/cli/arvados-cli.gemspec | 1 +
sdk/ruby/arvados.gemspec | 1 +
7 files changed, 145 insertions(+), 9 deletions(-)
create mode 100644 doc/_includes/_alert_docker.liquid
create mode 100644 doc/install/install-docker.html.textile.liquid
via 6a28d53bd57eb04cc52e4fee4c887ed43cd4bdd5 (commit)
via cdd27893c0c2f21425d8347f4c10bc3788615bae (commit)
via 40b254ba9b7379f75da690a13aa0ec21707941bf (commit)
via c08bc108cc8471fb8b2b060e681ff7634be2d915 (commit)
via 96fe9fc822c2270cb6e4212798d61e61481ec2e0 (commit)
via 4b9317289ef903fb74d681d3bf245d038be23514 (commit)
from a7f44885cf21c85bea2bd0f70c553760ef928254 (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 6a28d53bd57eb04cc52e4fee4c887ed43cd4bdd5
Merge: cdd2789 40b254b
Author: radhika <radhika at curoverse.com>
Date: Wed Jul 2 08:12:56 2014 -0400
Merge branch 'master' into 2380-ssh-doc
commit cdd27893c0c2f21425d8347f4c10bc3788615bae
Author: radhika <radhika at curoverse.com>
Date: Wed Jul 2 08:11:05 2014 -0400
2380: correct the section for setting the windoes path environment variable.
diff --git a/doc/user/getting_started/ssh-access-windows.html.textile.liquid b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
index e3d846b..313408f 100644
--- a/doc/user/getting_started/ssh-access-windows.html.textile.liquid
+++ b/doc/user/getting_started/ssh-access-windows.html.textile.liquid
@@ -22,16 +22,19 @@ h2(#windows). Using PuTTY
You can "download PuTTY from its Web site":http://www.chiark.greenend.org.uk/~sgtatham/putty/. Note that you should download the installer or .zip file with all of the PuTTY tools (PuTTYtel is not required).
+If you downloaded the zip file, extract it to the location you wish to install the PuTTY applications. This document assumes that you installed PuTTY in the default directory under @C:\Program Files\@ or @C:\Program Files (x86)\@ (if you are using a 64 bit operating system).
+
h3. Step 1 - Adding PuTTY to the PATH
-# After downloading PuTTY and installing it, you should have a PuTTY folder in @C:\Program Files\@ or @C:\Program Files (x86)\@ (if you are using a 64 bit operating system). If you downloaded a zip file, extract it to the location you wish to install the PuTTY applications.
+# After downloading PuTTY and installing it, you should have a PuTTY folder in @C:\Program Files\@ or @C:\Program Files (x86)\@ (if you are using a 64 bit operating system).
# Open the Control Panel.
# Select _Advanced System Settings_, and choose _Environment Variables_.
+If you are using newer systems like Windows 7, you may use the following to open _Advanced System Settings_. Open Control Panel. Click on _System and Security_. Click on _System_. Click on _Advanced system settings_ and choose _Environment Variables..._
# Under system variables, find and edit @PATH at .
-# If you installed PuTTY in @C:\Program Files\PuTTY\@, add the following to the end of PATH (make sure to include semicolon and quotation marks):
-<code>;\"C:\Program Files\PuTTY\"</code>
-If you installed PuTTY in @C:\Program Files (x86)\PuTTY\@, add the following to the end of PATH (make sure to include semicolon and quotation marks):
-<code>;\"C:\Program Files (x86)\PuTTY\"</code>
+# If you installed PuTTY in @C:\Program Files\PuTTY\@, add the following to the end of PATH:
+<code>;C:\Program Files\PuTTY</code>
+If you installed PuTTY in @C:\Program Files (x86)\PuTTY\@, add the following to the end of PATH:
+<code>;C:\Program Files (x86)\PuTTY</code>
# Click through the OKs to close all the dialogs you’ve opened.
h3. Step 2 - Creating a Public Key
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list