Perform a new deployment


SSH options: Host: Port: Username: Password (will not be stored):

Dispatcher options: Port:

<%= csrf_tag %>
<% if show_output || !ret.empty? %>

Output

Status: <%=ret[:status]%>
<%=ret[:output]%>
<% end %>
<% if !deployments.empty? %>

(Shutting down a Dispatcher will terminate all its running scans.) <% deployments.each do |dep| %> <% end %>
ID Host SSH Port Dispatcher port Username Password Running? Created at Action
<%=dep.id%> <%=dep.host%> <%=dep.port%> <%=dep.dispatcher_port%> <%=dep.user%> <%=is_alive = dispatchers.alive?( 'https://' + dep.host + ':' + dep.dispatcher_port )%> <%=dep.created_at%> <%= csrf_tag %> <% if !is_alive%> Run
<%else%> Shutdown
<%end%> Uninstall & Delete
<% else %>

There are no deployments at the moment.

<% end %> <% if show_output%> <%end%>