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
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-10-23 14:56:50 +0000
@@ -0,0 +1,24 @@
1# Overview
2
3[ThinkUp](http://thinkup.com) is a free, installable web application that
4gives you insights into your activity on social networks, including Twitter,
5Facebook, Foursquare, and Google+.
6
7# Single Node Usage
8
9Step by step instructions on using the charm:
10
11 juju deploy thinkup
12 juju deploy mysql
13 juju add-relation thinkup mysql
14
15You can then browse to http://ip-address to configure the service.
16
17## Known Limitations and Issues
18
19This charm is currently limited to one ThinkUp node, it needs to have a proxy relationship added.
20
21## ThinkUp Resources
22
23- [ThinkUp website](http://thinkup.com)
24- [ThinkUp source code](https://github.com/ginatrapani/ThinkUp)
025
=== modified file 'config.yaml'
--- config.yaml 2012-03-13 22:39:21 +0000
+++ config.yaml 2014-10-23 14:56:50 +0000
@@ -4,12 +4,15 @@
4 type: string4 type: string
5 description: The name of the site5 description: The name of the site
6 name:6 name:
7 default: ""
7 type: string8 type: string
8 description: The full name of the administrator9 description: The full name of the administrator
9 email:10 email:
11 default: ""
10 type: string12 type: string
11 description: The email address of the administrator (used for login and cannot be changed after initial value has been set)13 description: The email address of the administrator (used for login and cannot be changed after initial value has been set)
12 password:14 password:
15 default: ""
13 type: string16 type: string
14 description: The password of the administrator17 description: The password of the administrator
15 timezone:18 timezone:
1619
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-06-26 00:44:18 +0000
+++ metadata.yaml 2014-10-23 14:56:50 +0000
@@ -4,6 +4,8 @@
4description: |4description: |
5 ThinkUp is a free, open source web application that captures all your5 ThinkUp is a free, open source web application that captures all your
6 activity on social networks.6 activity on social networks.
7tags:
8 - social
7provides:9provides:
8 website:10 website:
9 interface: http11 interface: http

Subscribers

People subscribed via source and target branches

to all changes: