~kwmonroe/charms/precise/pictor/icon-add

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pictor is a web application for browsing albums of pictures, perhaps similar to
Picasa or Flickr, except you own the filesystem serving the content.  Pictor
dynamically resizes and caches images, and is driven entirely by the filesystem
(no database required).

# Usage

In order to deploy Pictor in your Juju-configured machine, execute the following
commands on a Terminal:

    juju bootstrap
    juju deploy pictor

After that, you can expose the service to the web:

    juju expose pictor

And can get the public IP address / DNS of the machine:

    juju status

# Configuration

This charm requires no configuration options.

# Contact information

Maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>
Report bugs at https://bugs.launchpad.net/charms