blob: b6816b22ade2fa36326d7e1f612b6f6203768949 [file] [log] [blame]
Philip Josephf9c72222016-10-02 23:31:02 +05301# Overview
2
3Describe the intended usage of this charm and anything unique about how this
4charm relates to others here.
5
6This README will be displayed in the Charm Store, it should be either Markdown
7or RST. Ideal READMEs include instructions on how to use the charm, expected
8usage, and charm features that your audience might be interested in. For an
9example of a well written README check out Hadoop:
10http://jujucharms.com/charms/precise/hadoop
11
12Use this as a Markdown reference if you need help with the formatting of this
13README: http://askubuntu.com/editing-help
14
15This charm provides [service][]. Add a description here of what the service
16itself actually does.
17
18Also remember to check the [icon guidelines][] so that your charm looks good
19in the Juju GUI.
20
21# Usage
22
23Step by step instructions on using the charm:
24
25juju deploy servicename
26
27and so on. If you're providing a web service or something that the end user
28needs to go to, tell them here, especially if you're deploying a service that
29might listen to a non-default port.
30
31You can then browse to http://ip-address to configure the service.
32
33## Scale out Usage
34
35If the charm has any recommendations for running at scale, outline them in
36examples here. For example if you have a memcached relation that improves
37performance, mention it here.
38
39## Known Limitations and Issues
40
41This not only helps users but gives people a place to start if they want to help
42you add features to your charm.
43
44# Configuration
45
46The configuration options will be listed on the charm store, however If you're
47making assumptions or opinionated decisions in the charm (like setting a default
48administrator password), you should detail that here so the user knows how to
49change it immediately, etc.
50
51# Contact Information
52
53Though this will be listed in the charm store itself don't assume a user will
54know that, so include that information here:
55
56## Upstream Project Name
57
58 - Upstream website
59 - Upstream bug tracker
60 - Upstream mailing list or contact information
61 - Feel free to add things if it's useful for users
62
63
64[service]: http://example.com
65[icon guidelines]: https://jujucharms.com/docs/stable/authors-charm-icon