From 94d75d88ab7ea9d7ce9d84daa42f4d681af525d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Sep 2012 15:33:21 -0400 Subject: layout --- doc/design/assistant/configurators.mdwn | 1 + templates/configurators/confirmssh.hamlet | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/design/assistant/configurators.mdwn b/doc/design/assistant/configurators.mdwn index b6aaa1cb6..163e10cf5 100644 --- a/doc/design/assistant/configurators.mdwn +++ b/doc/design/assistant/configurators.mdwn @@ -10,6 +10,7 @@ through setting up common use cases. * Create a repository (run when the web app is started without a configured repository too). * Clone this repo to a USB drive or other removable drive. **done** +* Make a bare repo on a remote ssh server **done** * Clone this repo to another host. (Needs [[pairing]]) * Set up Amazon S3. * Set up rsync remote. diff --git a/templates/configurators/confirmssh.hamlet b/templates/configurators/confirmssh.hamlet index 60bba8485..0eb42a048 100644 --- a/templates/configurators/confirmssh.hamlet +++ b/templates/configurators/confirmssh.hamlet @@ -4,7 +4,7 @@

- The server at #{sshHostName sshdata} has been verified to be usable. + The server has been verified to be usable.

Clone this repository to the remote server @@ -12,9 +12,8 @@ $if haspubkey

# -

- A ssh key will be installed on the server, allowing git-annex to # - access it securely without a password. + A ssh key will be installed on the server, allowing git-annex to # + access it securely without a password.

@@ -24,6 +23,6 @@ Setting up repository on the remote server. This could take a minute. $if haspubkey

- You will be prompted once more for your ssh password. A ssh key - is being installed on the server, allowing git-annex to access it + You will be prompted once more for your ssh password. A ssh key # + is being installed on the server, allowing git-annex to access it # securely without a password. -- cgit v1.2.3