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
=== modified file 'README.md'
--- README.md 2014-01-31 16:30:31 +0000
+++ README.md 2014-02-11 15:44:11 +0000
@@ -1,47 +1,55 @@
1 # Overview1# Overview
22
3 This charm deploys [wildfly] application server in standalone mode. It uses openjdk-7 for it java depedencies.3This charm deploys the [Wildfly](http://www.wildfly.org/) application server in standalone mode. It uses openjdk-7 for it java dependencies.
44
5 # Usage5# Usage
66
7 ## Deployment steps 7## Deployment steps
8 Once the juju environment is bootstrapped. Proceed with following steps.8
99Once the juju environment is bootstrapped. Proceed with following steps.
10 This command deploys the charm in your juju environment. 10
11 - juju deploy wildfly 11This command deploys the charm in your juju environment.
1212
13 To destroy the wildfly charm instance you need to run the following command13 juju deploy wildfly
14 - juju destroy-unit wildfly/<instance no.>14
1515To destroy the wildfly charm instance you need to run the following command
16 To destroy the wildfly service run the following command16
17 - juju destroy-service wildfly17 juju destroy-unit wildfly/<instance no.>
18 to expose the wildfly charm run the following command18
19 - juju expose wildfly19To destroy the wildfly service run the following command
2020
21 # Configurations21 juju destroy-service wildfly
2222
23 ## Configurable options23to expose the wildfly charm run the following command
2424
25 This wildfly charm allows you to create admin user and assign password by using the following configurable variables25 juju expose wildfly
26 - username26
27 - password27# Configuration
2828
2929## Configurable options
30 # Network30
3131This wildfly charm allows you to create admin user and assign password by using the following configurable variables:
32 This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.32
3333- username
34 ## Accessing the web console34- password
3535
36 The web console will be available at "http://ip_address:9990"36# Network
3737
38 # Contact Information38This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.
3939
40 ## Author Contact Information40## Accessing the web console
41 - Author Name : Saurabh41
42 - Email ID : saurabh.kumar@techblue.co.uk42The web console will be available at `http://ip_address:9990`
4343
44 ## Wildfly Server Contact Information44# Contact Information
45 - [ wildfly website ] (http://wildfly.org)45
46 - [ wildfly documentation ] (https://docs.jboss.org/author/display/WFLY8/Documentation)46## Author Contact Information
47 - [ wildfly bug tracker ] (https://issues.jboss.org/browse/WFLY)47
48- Author Name : Saurabh
49- Email ID : saurabh.kumar@techblue.co.uk
50
51## Wildfly Server
52
53- [Wildfly website] (http://wildfly.org)
54- [Wildfly documentation] (https://docs.jboss.org/author/display/WFLY8/Documentation)
55- [Wildfly bug tracker] (https://issues.jboss.org/browse/WFLY)
48\ No newline at end of file56\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: