layout
This commit is contained in:
parent
9f403113dd
commit
94d75d88ab
2 changed files with 6 additions and 6 deletions
|
@ -10,6 +10,7 @@ through setting up common use cases.
|
||||||
* Create a repository (run when the web app is started without a configured
|
* Create a repository (run when the web app is started without a configured
|
||||||
repository too).
|
repository too).
|
||||||
* Clone this repo to a USB drive or other removable drive. **done**
|
* 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]])
|
* Clone this repo to another host. (Needs [[pairing]])
|
||||||
* Set up Amazon S3.
|
* Set up Amazon S3.
|
||||||
* Set up rsync remote.
|
* Set up rsync remote.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div .row-fluid>
|
<div .row-fluid>
|
||||||
<div .span8>
|
<div .span8>
|
||||||
<p>
|
<p>
|
||||||
The server at #{sshHostName sshdata} has been verified to be usable.
|
The server has been verified to be usable.
|
||||||
<p>
|
<p>
|
||||||
<a .btn .btn-primary href="@{MakeSshR sshdata}" onclick="$('#setupmodal').modal('show');">
|
<a .btn .btn-primary href="@{MakeSshR sshdata}" onclick="$('#setupmodal').modal('show');">
|
||||||
Clone this repository to the remote server
|
Clone this repository to the remote server
|
||||||
|
@ -12,9 +12,8 @@
|
||||||
$if haspubkey
|
$if haspubkey
|
||||||
<div .alert .alert-info>
|
<div .alert .alert-info>
|
||||||
<i .icon-info-sign></i> #
|
<i .icon-info-sign></i> #
|
||||||
<p>
|
A ssh key will be installed on the server, allowing git-annex to #
|
||||||
A ssh key will be installed on the server, allowing git-annex to #
|
access it securely without a password.
|
||||||
access it securely without a password.
|
|
||||||
<div .modal .fade #setupmodal>
|
<div .modal .fade #setupmodal>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
|
@ -24,6 +23,6 @@
|
||||||
Setting up repository on the remote server. This could take a minute.
|
Setting up repository on the remote server. This could take a minute.
|
||||||
$if haspubkey
|
$if haspubkey
|
||||||
<p>
|
<p>
|
||||||
You will be prompted once more for your ssh password. A ssh key
|
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
|
is being installed on the server, allowing git-annex to access it #
|
||||||
securely without a password.
|
securely without a password.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue