adding ssh remote working
Rsync remote still needs work
This commit is contained in:
parent
6623a51cf9
commit
97ce4d24cb
4 changed files with 98 additions and 28 deletions
|
@ -5,8 +5,6 @@
|
|||
<div .span8>
|
||||
<p>
|
||||
The server at #{sshHostName sshdata} has been verified to be usable.
|
||||
<br>
|
||||
Everything checks out!
|
||||
<p>
|
||||
<a .btn .btn-primary href="@{MakeSshR sshdata}" onclick="$('#setupmodal').modal('show');">
|
||||
Clone this repository to the remote server
|
||||
|
@ -20,7 +18,7 @@
|
|||
<div .modal .fade #setupmodal>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Testing server ...
|
||||
Making repository ...
|
||||
<div .modal-body>
|
||||
<p>
|
||||
Setting up repository on the remote server. This could take a minute.
|
||||
|
|
10
templates/configurators/makessherror.hamlet
Normal file
10
templates/configurators/makessherror.hamlet
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div .span9 .hero-unit>
|
||||
<h2>
|
||||
<i .icon-warning-sign></i> Failed to make repository
|
||||
<p>
|
||||
Something went wrong setting up the repository on the remote server.
|
||||
<p>
|
||||
Transcript: #{msg}
|
||||
<p>
|
||||
<a .btn .btn-primary href="@{MakeSshR sshdata}">
|
||||
Retry
|
Loading…
Add table
Add a link
Reference in a new issue