Merge lp:~jorge/charms/precise/wildfly/fix-readme into lp:~jhasaurabh/charms/precise/wildfly/trunk

Proposed by Jorge Castro
Status: Needs review
Proposed branch: lp:~jorge/charms/precise/wildfly/fix-readme
Merge into: lp:~jhasaurabh/charms/precise/wildfly/trunk
Diff against target: 107 lines (+55/-47)
1 file modified
README.md (+55/-47)
To merge this branch: bzr merge lp:~jorge/charms/precise/wildfly/fix-readme
Reviewer Review Type Date Requested Status
saurabh Pending
Review via email: mp+205797@code.launchpad.net

Description of the change

Here are some fixes for your Markdown!

To post a comment you must log in.

Unmerged revisions

5. By Jorge Castro

Fix up Markdown formatting.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-01-31 16:30:31 +0000
3+++ README.md 2014-02-11 15:44:11 +0000
4@@ -1,47 +1,55 @@
5- # Overview
6-
7- This charm deploys [wildfly] application server in standalone mode. It uses openjdk-7 for it java depedencies.
8-
9- # Usage
10-
11- ## Deployment steps
12- Once the juju environment is bootstrapped. Proceed with following steps.
13-
14- This command deploys the charm in your juju environment.
15- - juju deploy wildfly
16-
17- To destroy the wildfly charm instance you need to run the following command
18- - juju destroy-unit wildfly/<instance no.>
19-
20- To destroy the wildfly service run the following command
21- - juju destroy-service wildfly
22- to expose the wildfly charm run the following command
23- - juju expose wildfly
24-
25- # Configurations
26-
27- ## Configurable options
28-
29- This wildfly charm allows you to create admin user and assign password by using the following configurable variables
30- - username
31- - password
32-
33-
34- # Network
35-
36- This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.
37-
38- ## Accessing the web console
39-
40- The web console will be available at "http://ip_address:9990"
41-
42- # Contact Information
43-
44- ## Author Contact Information
45- - Author Name : Saurabh
46- - Email ID : saurabh.kumar@techblue.co.uk
47-
48- ## Wildfly Server Contact Information
49- - [ wildfly website ] (http://wildfly.org)
50- - [ wildfly documentation ] (https://docs.jboss.org/author/display/WFLY8/Documentation)
51- - [ wildfly bug tracker ] (https://issues.jboss.org/browse/WFLY)
52+# Overview
53+
54+This charm deploys the [Wildfly](http://www.wildfly.org/) application server in standalone mode. It uses openjdk-7 for it java dependencies.
55+
56+# Usage
57+
58+## Deployment steps
59+
60+Once the juju environment is bootstrapped. Proceed with following steps.
61+
62+This command deploys the charm in your juju environment.
63+
64+ juju deploy wildfly
65+
66+To destroy the wildfly charm instance you need to run the following command
67+
68+ juju destroy-unit wildfly/<instance no.>
69+
70+To destroy the wildfly service run the following command
71+
72+ juju destroy-service wildfly
73+
74+to expose the wildfly charm run the following command
75+
76+ juju expose wildfly
77+
78+# Configuration
79+
80+## Configurable options
81+
82+This wildfly charm allows you to create admin user and assign password by using the following configurable variables:
83+
84+- username
85+- password
86+
87+# Network
88+
89+This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.
90+
91+## Accessing the web console
92+
93+The web console will be available at `http://ip_address:9990`
94+
95+# Contact Information
96+
97+## Author Contact Information
98+
99+- Author Name : Saurabh
100+- Email ID : saurabh.kumar@techblue.co.uk
101+
102+## Wildfly Server
103+
104+- [Wildfly website] (http://wildfly.org)
105+- [Wildfly documentation] (https://docs.jboss.org/author/display/WFLY8/Documentation)
106+- [Wildfly bug tracker] (https://issues.jboss.org/browse/WFLY)
107\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: