~charmers/charms/precise/thinkup/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Charles Butler
  • Date: 2015-01-09 20:42:49 UTC
  • mfrom: (21.2.2 thinkup)
  • Revision ID: charles.butler@ubuntu.com-20150109204249-3ywuxepx9axwha5s
    [r=lazypower] Marco Ceppi 2014-12-17 [merge] [johnsca] Boilerplate README and fixed charm proof warnings
    Cory Johns 2014-12-02 Added README missed in prev commit
    Cory Johns 2014-12-02 [merge] Added boilerplate README and fixed charm proof errors
    Marco Ceppi 2014-11-06 Tests for charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Overview
2
 
 
3
 
[ThinkUp](http://thinkup.com) is a free, installable web application that
4
 
gives you insights into your activity on social networks, including Twitter,
5
 
Facebook, Foursquare, and Google+.
6
 
 
7
 
# Single Node Usage
8
 
 
9
 
Instructions on using the charm:
10
 
 
11
 
    juju deploy thinkup
12
 
    juju deploy mysql
13
 
    juju add-relation thinkup mysql
14
 
 
15
 
Browse to http://ip-address to configure the service.
16
 
 
17
 
## Known Limitations and Issues
18
 
 
19
 
This 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)