Merge lp:~mbruzek/charms/trusty/was-nd/readme-update into lp:~ibmcharmers/charms/trusty/was-nd/trunk

Proposed by Matt Bruzek
Status: Needs review
Proposed branch: lp:~mbruzek/charms/trusty/was-nd/readme-update
Merge into: lp:~ibmcharmers/charms/trusty/was-nd/trunk
Diff against target: 244 lines (+124/-59)
1 file modified
README.md (+124/-59)
To merge this branch: bzr merge lp:~mbruzek/charms/trusty/was-nd/readme-update
Reviewer Review Type Date Requested Status
IBM Charm Authors Pending
Review via email: mp+269560@code.launchpad.net

Description of the change

While reviewing this charm I saw a few markdown errors and added the sections that I think are critical for users to understand.

Please consider adding this content to the original readme and improve on it where possible.

To post a comment you must log in.

Unmerged revisions

14. By Matt Bruzek

Fixed markdown errors and added more critical information.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.md'
--- README.md 2015-07-24 11:50:42 +0000
+++ README.md 2015-08-28 22:31:21 +0000
@@ -1,71 +1,124 @@
1# Overview1# Overview
22
3WebSphere Application Server Network Deployment 3WebSphere Application Server Network Deployment
44
5IBM WebSphere Application Server Network Deployment provides an advanced, flexible runtime environment for large-scale application deployments. It offers near-continuous availability with advanced performance and management capabilities for mission-critical applications. For details on IBM Websphere Application Server Network Deployment please visit [here][WAS-ND-product-page].5IBM WebSphere Application Server Network Deployment (WAS ND) provides an
6advanced, flexible runtime environment for large-scale application deployments.
7It offers near-continuous availability with advanced performance and management
8capabilities for mission-critical applications. For details on IBM WebSphere
9Application Server Network Deployment please visit [here][WAS-ND-product-page].
610
7# Usage11# Usage
8Download your licensed IBM Installation Manager software version 1.5 and above for 'x86_64' based machine. And version 1.8 and above for 'ppc64le' based machine and upload to your apache repository. 12> Please note this charm is not self-contained and requires additional software
913> to install. You must download the IBM Installation Manager, IBM WebSphere
10Download your licensed IBM Websphere ND software 8.5.5.0 version and upload to your apache repository.14> Network Deployment software, and host those files on an HTTP server that is accessible to the
1115> Juju network to successfully deploy this charm.
12Download your licensed IBM Websphere ND software WAS fixpack version 8.5.5.4 and upload to your apache repository.16
1317## Download the software
14For 'ppc64le' based machines, Download your licensed IBM Websphere Base software WAS fixpack version 8.5.5.6 and upload to your apache repository.18
1519Download the licensed IBM Installation Manager software version 1.5 and above
16Put up all the downloaded contents on the web server like Apache and configure apache to serve these packages. These packages can be accessed using a URL from the web server.20for deployments to 'x86_64' based machines. Version 1.8 and above is required
1721for 'ppc64le' based machines. You must upload or host the zip file on an HTTP
1822server such as Apache.
19#Creating the repositories in Apache23
2024Download the licensed IBM WebSphere ND software 8.5.5.0 version and upload
21Run steps below with admin access25all three parts to an HTTP server.
2226
23Install needed packages27Download the licensed IBM WebSphere ND software WAS fixpack version 8.5.5.4 and
28upload the two parts to an HTTP server.
29
30For 'ppc64le' based machines, Download your licensed IBM WebSphere Base
31software WAS fixpack version 8.5.5.6 and upload to your HTTP server.
32
33Put up all the downloaded content in the same directory on the HTTP server and
34configure the server to host these packages. Ensure these packages can be
35accessed using a URL from the web server before deploying the charm.
36
37The resulting HTTP directory should contain content similar to this:
38```
398.5.5-WS-WAS-FP0000004-part1.zip
408.5.5-WS-WAS-FP0000004-part2.zip
41Install_Mgr_v1.6.2_Lnx_WASv8.5.5.zip
42WASND_v8.5.5_1of3.zip
43WASND_v8.5.5_2of3.zip
44WASND_v8.5.5_3of3.zip
45```
46
47## Configure an HTTP to host the files
48
49To create an HTTP server such as Apache, perform the following steps with
50administrator access to a system.
51
52Install the HTTP software:
53
24 apt-get install dpkg-dev apache254 apt-get install dpkg-dev apache2
2555
26Create the repository on apache server Under your apache repository directory.56Upload all the IBM software to the same directory of the Apache server.
27Configure apache server to allow access to the repository.57[Configure][Configure-Apache] the Apache server to allow access to the
2858directory. The `DocumentRoot` directive specifies where on the filesystem you
29To install the downloaded binaries you must agree to the IBM license. You can view the full license for IBM Installation Manager and IBM WebSphere Application Server Base by visiting the [Software license agreements search website][License] Search for "IBM Installation Manager" and "IBM Websphere Application Server" and choose the license that applies to the version you are using.59should place these files.
3060
61> To install the downloaded binaries you must agree to the IBM license for
62> each product. You can view the full license for IBM Installation Manager and
63> IBM WebSphere Application Server Base by visiting the
64> [Software license agreements search website][License]. Search for
65> "IBM Installation Manager" and "IBM WebSphere Application Server" and choose
66> the license that applies to the version you are using.
67
68## Deploy
69
70> Note: A full WebSphere Application Server Network Deployment installation
71> requires a minimum 16GB of disk space! It depends on the cloud provider, but
72> the default machines that Juju provisions may not have enough `root-disk`
73> to depoly was-nd successfully. You can use
74> `juju set-constraints root-disk=30G` or the `--constraints` flag on the
75> `juju deploy` command to change this property. Read more about
76> [Juju Constraints][Juju-Constraints] to tune the size of instances.
3177
32Run the following to deploy this charm:78Run the following to deploy this charm:
3379
34 juju deploy was-nd80 juju deploy was-nd
3581
36At this point the charm will wait until the user accepts the license. If you 82At this point the charm will wait until the user accepts the IBM software
37agree to the license, run the following command:83licenses. If you agree to the licenses, set the configuration values to `True`:
38
39If the was_nd_url and im_filename is configured in the config.yaml:
4084
41 juju set was-nd accept-ibm-im-license=True accept-ibm-was-nd-license=True85 juju set was-nd accept-ibm-im-license=True accept-ibm-was-nd-license=True
4286
43If not,87Then set was_nd_url to the URL that the HTTP server is hosting the IBM software:
4488
45 juju set was-nd accept-ibm-im-license=True accept-ibm-was-nd-license=True was_nd_url=<Web server URL> im_file_name=<IM package name> im_install_path=<IM Installation Path>89 juju set was-nd was_nd_url=<Web server URL>
4690
4791You can optionally configure the IBM Installation Manager file name and install
48You can then browse to "http://was-nd unit's ip-address:9060/ibm/console" to view WAS Console.92path if needed:
93
94 juju set im_file_name=<IM package name> im_install_path=<IM Installation Path>
95
96At this point the charm will deploy and this part may take some time. To view
97the WebSphere Integrated Solutions Console on public clouds you need to expose
98the service with the command:
99
100 juju expose was-nd
101
102You can browse to "http://was-nd-ip-address:9060/ibm/console" to view the
103WebSphere Integrated Solutions Console. You can get the unit ip address by
104running the command `juju status was-nd`
49105
50# Configuration106# Configuration
51107
52`accept-ibm-im-license` 108`accept-ibm-im-license`
53The IBM Installation Manager software comes with special terms and conditions from IBM.109The IBM Installation Manager software comes with special terms and conditions from IBM.
54The IBM Installation Manager software can only be used by accepting the terms and 110The IBM Installation Manager software can only be used by accepting the terms and
55conditions found in the IBM-Installation-Manager-license.txt file. 111conditions found in the IBM-Installation-Manager-license.txt file.
56112
57Setting this option to True indicates that you have read and accept the 113Setting this option to True indicates that you have read and accept the
58IBM Installation Manager terms and conditions found in the license file. 114IBM Installation Manager terms and conditions found in the license file.
59The license file(s) can be found in the product binaries you downloaded. 115The license file(s) can be found in the product binaries you downloaded.
60116
61`accept-ibm-was-nd-license`117`accept-ibm-was-nd-license`
62Before you can use, extract, or install IBM WebSphere Application Server118Before you can use, extract, or install IBM WebSphere Application Server
63for Developers V8.5.5, you must accept the terms of International License119for Developers V8.5.5, you must accept the terms of International License
64Agreement for Non-Warranted Programs and additional license information.120Agreement for Non-Warranted Programs and additional license information.
65Please read the license agreement carefully.121Please read the license agreement carefully
66
67The license file can be found in the root directory of the charm source
68in the IBM-WebSphere-license.txt file
69122
70**The WebSphere software cannot be installed until the terms and123**The WebSphere software cannot be installed until the terms and
71contions are accepted. The charm will not function correctly until the124contions are accepted. The charm will not function correctly until the
@@ -85,39 +138,52 @@
85138
86#IBM WAS ND Information139#IBM WAS ND Information
87140
88(1) General Information 141General Information on IBM WAS ND available [here] [WAS-ND-Infocenter]
89Information on IBM WAS ND available [here] [WAS-ND-Infocenter]142
90143### Download Information
91(2) Download Information144
92145Downloadable package names for IBM WAS ND on 'x86_64' based machines:
93Downloadable Package Names for 'x86_64' based machine:146```
94WASND_v8.5.5_1of3.zip147WASND_v8.5.5_1of3.zip
95WASND_v8.5.5_2of3.zip148WASND_v8.5.5_2of3.zip
96WASND_v8.5.5_3of3.zip149WASND_v8.5.5_3of3.zip
978.5.5-WS-WAS-FP0000004-part1.zip1508.5.5-WS-WAS-FP0000004-part1.zip
988.5.5-WS-WAS-FP0000004-part2.zip1518.5.5-WS-WAS-FP0000004-part2.zip
152```
99153
100Downloadable Package Names for 'ppc64le' based machine:154Downloadable package names for IBM WAS ND on 'ppc64le' based machines:
155```
101WAS_ND_V8.5.5_FOR_POWERLE_ML.zip156WAS_ND_V8.5.5_FOR_POWERLE_ML.zip
102WASND_V8.5.5_2OF_2_FOR_POWERLE_ML.zip157WASND_V8.5.5_2OF_2_FOR_POWERLE_ML.zip
1038.5.5-WS-WAS-LE-FP0000006-part1.zip1588.5.5-WS-WAS-LE-FP0000006-part1.zip
1048.5.5-WS-WAS-LE-FP0000006-part2.zip1598.5.5-WS-WAS-LE-FP0000006-part2.zip
105160```
106Information on procuring WAS product is available at the [Passport Advantage Site] [Passport-Advantage]161
107162Downloadable package names for the IBM Installation Manager:
108Details about WAS ND 8.5.5.0 download available [here] [WAS-ND-8.5.5.0-download]163```
109164Install_Mgr_v1.6.2_Lnx_WASv8.5.5.zip
110Details about WAS 8.5.5.4 fixpack download available [here] [[WAS-ND-8.5.5.4-fixpack-download]165```
111166
112A trial version is available [here] [WAS-ND-trail-version].167Information on procuring WAS product is available at the
168[Passport Advantage Site][Passport-Advantage]
169
170Details about WAS ND 8.5.5.0 download available [here][WAS-ND-8.5.5.0-download]
171
172Details about WAS 8.5.5.4 fixpack download available [here][WAS-ND-8.5.5.4-fixpack-download]
173
174A trial version of the WAS ND software is available [here][WAS-ND-trail-version].
113175
114More information about IBM IM Downloadable file available [here][IBM-IM-more-info]176More information about IBM IM Downloadable file available [here][IBM-IM-more-info]
115177
116(3) Contact Information178### Contact Information
117179
118For issues with this charm, please contact jujusupp@us.ibm.com.180For issues with this charm, please contact the IBM Juju Support team at
181<jujusupp@us.ibm.com>.
119182
120<!-- Links -->183<!-- Links -->
184[Juju-Constraints]: https://jujucharms.com/docs/devel/charms-constraints
185
186[Configure-Apache]: http://httpd.apache.org/docs/2.4/getting-started.html
121187
122[WAS-ND-Infocenter]: http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/as_ditamaps/was855_welcome_ndmp.html?lang=en188[WAS-ND-Infocenter]: http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/as_ditamaps/was855_welcome_ndmp.html?lang=en
123189
@@ -138,4 +204,3 @@
138[WAS-ppc64le-fixpack-info]: http://www-01.ibm.com/support/docview.wss?uid=swg24040035204[WAS-ppc64le-fixpack-info]: http://www-01.ibm.com/support/docview.wss?uid=swg24040035
139205
140[License]: http://www-03.ibm.com/software/sla/sladb.nsf/search206[License]: http://www-03.ibm.com/software/sla/sladb.nsf/search
141

Subscribers

People subscribed via source and target branches