Merge lp:~jorge/charms/precise/thinkup/add-readme into lp:~charmers/charms/precise/thinkup/trunk

Proposed by Jorge Castro
Status: Merged
Merged at revision: 22
Proposed branch: lp:~jorge/charms/precise/thinkup/add-readme
Merge into: lp:~charmers/charms/precise/thinkup/trunk
Diff against target: 61 lines (+29/-0)
3 files modified
README.md (+24/-0)
config.yaml (+3/-0)
metadata.yaml (+2/-0)
To merge this branch: bzr merge lp:~jorge/charms/precise/thinkup/add-readme
Reviewer Review Type Date Requested Status
Matt Bruzek (community) Approve
Review Queue (community) automated testing Needs Fixing
Review via email: mp+239380@code.launchpad.net

Description of the change

Add README and tags.

To post a comment you must log in.
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-1277-results

review: Needs Fixing (automated testing)
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-10368-results

review: Needs Fixing (automated testing)
Revision history for this message
Matt Bruzek (mbruzek) wrote :

Hi Jorge,

The README.md failed charm proof with the following messages:
$ charm proof
I: No icon.svg file.
W: README.md includes line 6 of boilerplate README.ex
W: README.md includes line 8 of boilerplate README.ex
I: relation website has no hooks

I edited the README.md so those warnings are resolved.

review: Approve

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-10-23 14:56:50 +0000
4@@ -0,0 +1,24 @@
5+# Overview
6+
7+[ThinkUp](http://thinkup.com) is a free, installable web application that
8+gives you insights into your activity on social networks, including Twitter,
9+Facebook, Foursquare, and Google+.
10+
11+# Single Node Usage
12+
13+Step by step instructions on using the charm:
14+
15+ juju deploy thinkup
16+ juju deploy mysql
17+ juju add-relation thinkup mysql
18+
19+You can then browse to http://ip-address to configure the service.
20+
21+## Known Limitations and Issues
22+
23+This charm is currently limited to one ThinkUp node, it needs to have a proxy relationship added.
24+
25+## ThinkUp Resources
26+
27+- [ThinkUp website](http://thinkup.com)
28+- [ThinkUp source code](https://github.com/ginatrapani/ThinkUp)
29
30=== modified file 'config.yaml'
31--- config.yaml 2012-03-13 22:39:21 +0000
32+++ config.yaml 2014-10-23 14:56:50 +0000
33@@ -4,12 +4,15 @@
34 type: string
35 description: The name of the site
36 name:
37+ default: ""
38 type: string
39 description: The full name of the administrator
40 email:
41+ default: ""
42 type: string
43 description: The email address of the administrator (used for login and cannot be changed after initial value has been set)
44 password:
45+ default: ""
46 type: string
47 description: The password of the administrator
48 timezone:
49
50=== modified file 'metadata.yaml'
51--- metadata.yaml 2012-06-26 00:44:18 +0000
52+++ metadata.yaml 2014-10-23 14:56:50 +0000
53@@ -4,6 +4,8 @@
54 description: |
55 ThinkUp is a free, open source web application that captures all your
56 activity on social networks.
57+tags:
58+ - social
59 provides:
60 website:
61 interface: http

Subscribers

People subscribed via source and target branches

to all changes: