Merge lp:~jose/charms/precise/pictor/1297617-fix into lp:charms/pictor

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 5
Proposed branch: lp:~jose/charms/precise/pictor/1297617-fix
Merge into: lp:charms/pictor
Diff against target: 51 lines (+31/-1)
2 files modified
README.md (+29/-0)
metadata.yaml (+2/-1)
To merge this branch: bzr merge lp:~jose/charms/precise/pictor/1297617-fix
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+212767@code.launchpad.net

Commit message

Fixed metadata, added categories and README.md file

Description of the change

Charmworld reports the following errors:

    err: Unknown root metadata field (ensemble)
    warn: Metadata is missing categories.
    warn: No icon.svg file.
    warn: no README file

Fixed them all except icon adding.

To post a comment you must log in.
6. By José Antonio Rey

Replaced placeholder icon

7. By José Antonio Rey

Fixed errors

8. By José Antonio Rey

Deleted icon

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'README.md'
2--- README.md 1970-01-01 00:00:00 +0000
3+++ README.md 2014-04-08 02:10:36 +0000
4@@ -0,0 +1,29 @@
5+Pictor is a web application for browsing albums of pictures, perhaps similar to
6+Picasa or Flickr, except you own the filesystem serving the content. Pictor
7+dynamically resizes and caches images, and is driven entirely by the filesystem
8+(no database required).
9+
10+# Usage
11+
12+In order to deploy Pictor in your Juju-configured machine, execute the following
13+commands on a Terminal:
14+
15+ juju bootstrap
16+ juju deploy pictor
17+
18+After that, you can expose the service to the web:
19+
20+ juju expose pictor
21+
22+And can get the public IP address / DNS of the machine:
23+
24+ juju status
25+
26+# Configuration
27+
28+This charm requires no configuration options.
29+
30+# Contact information
31+
32+Maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>
33+Report bugs at https://bugs.launchpad.net/charms
34
35=== modified file 'metadata.yaml'
36--- metadata.yaml 2012-05-23 16:08:02 +0000
37+++ metadata.yaml 2014-04-08 02:10:36 +0000
38@@ -1,4 +1,3 @@
39-ensemble: formula
40 name: pictor
41 summary: "Pictor is a web application for browsing albums of pictures"
42 maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>
43@@ -7,6 +6,8 @@
44 similar to Picasa or Flickr, except you own the filesystem serving
45 the content. Pictor dynamically resizes and caches images, and is
46 driven entirely by the filesystem (no database required).
47+categories:
48+ - applications
49 provides:
50 website:
51 interface: http

Subscribers

People subscribed via source and target branches

to all changes: