~jorge/charms/precise/wildfly/fix-readme

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Jorge O. Castro
  • Date: 2014-02-11 15:42:11 UTC
  • Revision ID: jorge@ubuntu.com-20140211154211-2c5t9dum8wb3jckr
Fix up Markdown formatting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
  # Overview
2
 
 
3
 
  This charm deploys [wildfly] application server in standalone mode. It uses openjdk-7 for it java depedencies.
4
 
 
5
 
  # Usage
6
 
 
7
 
  ## Deployment steps 
8
 
  Once the juju environment is bootstrapped. Proceed with following steps.
9
 
 
10
 
  This command deploys the charm in your juju environment.  
11
 
    - juju deploy wildfly 
12
 
 
13
 
  To destroy the wildfly charm instance you need to run the following command
14
 
    - juju destroy-unit wildfly/<instance no.>
15
 
 
16
 
  To destroy the wildfly service run the following command
17
 
    - juju destroy-service wildfly
18
 
  to expose the wildfly charm run the following command
19
 
    - juju expose wildfly
20
 
 
21
 
  # Configurations
22
 
 
23
 
  ## Configurable options
24
 
 
25
 
  This wildfly charm allows you to create admin user and assign password by using the following configurable variables
26
 
    - username
27
 
    - password
28
 
 
29
 
 
30
 
  # Network
31
 
 
32
 
  This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.
33
 
 
34
 
  ## Accessing the web console
35
 
 
36
 
  The web console will be available at "http://ip_address:9990"
37
 
 
38
 
  # Contact Information
39
 
 
40
 
  ## Author Contact Information
41
 
    - Author Name : Saurabh
42
 
    - Email ID    : saurabh.kumar@techblue.co.uk
43
 
 
44
 
  ## Wildfly Server Contact Information
45
 
    - [ wildfly website ] (http://wildfly.org)
46
 
    - [ wildfly documentation ] (https://docs.jboss.org/author/display/WFLY8/Documentation)
47
 
    - [ wildfly bug tracker ] (https://issues.jboss.org/browse/WFLY)
 
1
# Overview
 
2
 
 
3
This charm deploys the [Wildfly](http://www.wildfly.org/) application server in standalone mode. It uses openjdk-7 for it java dependencies.
 
4
 
 
5
# Usage
 
6
 
 
7
## Deployment steps 
 
8
 
 
9
Once the juju environment is bootstrapped. Proceed with following steps.
 
10
 
 
11
This command deploys the charm in your juju environment.  
 
12
 
 
13
    juju deploy wildfly 
 
14
 
 
15
To destroy the wildfly charm instance you need to run the following command
 
16
 
 
17
    juju destroy-unit wildfly/<instance no.>
 
18
 
 
19
To destroy the wildfly service run the following command
 
20
 
 
21
    juju destroy-service wildfly
 
22
 
 
23
to expose the wildfly charm run the following command
 
24
 
 
25
    juju expose wildfly
 
26
 
 
27
# Configuration
 
28
 
 
29
## Configurable options
 
30
 
 
31
This wildfly charm allows you to create admin user and assign password by using the following configurable variables:
 
32
 
 
33
- username
 
34
- password
 
35
 
 
36
# Network
 
37
 
 
38
This charm configures the wildfly server to listen for all ipv4 addresses for public and management interfaces.
 
39
 
 
40
## Accessing the web console
 
41
 
 
42
The web console will be available at `http://ip_address:9990`
 
43
 
 
44
# Contact Information
 
45
 
 
46
## Author Contact Information
 
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)
 
 
b'\\ No newline at end of file'