Sha256: 6c3a80966f5bbbd553a96bac99771648ca4b8df51b4c07594b3ac5376cc2cdbf

Contents?: true

Size: 394 Bytes

Versions: 6

Compression:

Stored size: 394 Bytes

Contents

# TProv

**TProv** or the Tomcat Provisioner is a
 [Sinatra](http://www.sinatrarb.com) app that demonstrates how to build
a simple PAAS with Docker. It allows you to provision Tomcat
applications running in Docker containers.

## Running standalone

Simply run the ``bundle`` and then ``rackup`` commands.

## Bundling as a gem

    gem build tprov.gemspec
    sudo gem install tprov-0.0.1.gem

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tprov-api-0.0.6 README.md
tprov-0.0.6 README.md
tprov-0.0.5 README.md
tprov-0.0.4 README.md
tprov-0.0.3 README.md
tprov-0.0.2 README.md