Sha256: 9b294cdaa2e0437d13e3634b1e967eefa4e71dd0cc3208bca4d8c69d7057ca89

Contents?: true

Size: 852 Bytes

Versions: 5

Compression:

Stored size: 852 Bytes

Contents

<div class="page-header">
  <h1>Welcome to TProv</h1>

  <br />

  <p><b>TProv</b> or the Tomcat Provisioner is a <a href="http://www.sinatrarb.com">Sinatra</a> app that demonstrates how to build a simple PAAS with Docker. It allows you to provision Tomcat applications in Docker containers.</p>

  <p>It was written for <a href="http://www.dockerbook.com">The Docker Book</a>.</p>
</div>

<h3>Add a new Tomcat Application</h3>

<br />

  <form class="well" action="/tomcat/create" method="post">
    <label><h2>Tomcat Application</h2><label>

    <br />

    <label><b>Enter name of the Tomcat application.</b></label>
    <input type="text" name="name" />

    <label><b>Enter the URL of a WAR file you wish to run.</b></label>
    <input type="text" name="url" />

    <br />

    <button type="submit" class="btn">Submit</button>
  </form>
<br />

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tprov-0.0.6 lib/tprov/views/index.erb
tprov-0.0.5 lib/tprov/views/index.erb
tprov-0.0.4 lib/tprov/views/index.erb
tprov-0.0.3 lib/tprov/views/index.erb
tprov-0.0.2 lib/tprov/views/index.erb