# SYNOPSIS

A Jupfile in your projects directory

    set 'name'       => 'super app';
    set 'maintainer' => 'Adam Stokes <adamjs@cpan.org>';
    set 'workdir'    => cwd;
    set 'destdir'    => '/srv/app';
    
    link {
        mysql => {'max-connections' => 5},
        nginx => {'app_path'        => get 'destdir'}
    };
    

Next run **jup**

    $ jup it

# DESCRIPTION

Single deployment application file. This allows you to create a Jupfile and
perform staged deployments of your application.

Jup works with Juju and LXD as its provider type.
