2012-08-31 22:59:57 +00:00
|
|
|
<div .span9 .hero-unit>
|
|
|
|
<h2>
|
2012-09-02 04:27:48 +00:00
|
|
|
Adding a remote server using ssh
|
2012-08-31 22:59:57 +00:00
|
|
|
<p>
|
2012-09-02 04:27:48 +00:00
|
|
|
You can use nearly any server that has ssh and rsync. For example, you #
|
2012-10-31 20:24:21 +00:00
|
|
|
could use a <a href="http://linode.com/">Linode</a> or #
|
|
|
|
<a href="http://www.vix.com/personalcolo/">another VPS</a>, or #
|
2012-08-31 22:59:57 +00:00
|
|
|
an account on a friend's server.
|
|
|
|
<p>
|
|
|
|
$case status
|
|
|
|
$of UnusableServer msg
|
|
|
|
<div .alert .alert-error>
|
|
|
|
<i .icon-warning-sign></i> #{msg}
|
|
|
|
$of _
|
|
|
|
<p>
|
|
|
|
<form .form-horizontal enctype=#{enctype}>
|
|
|
|
<fieldset>
|
|
|
|
^{form}
|
2012-11-25 04:38:11 +00:00
|
|
|
^{webAppFormAuthToken}
|
2012-08-31 22:59:57 +00:00
|
|
|
<div .form-actions>
|
2012-09-02 04:27:48 +00:00
|
|
|
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
|
|
|
Check this server
|
2013-03-16 16:58:59 +00:00
|
|
|
^{sshTestModal}
|