~ibmcharmers/charms/trusty/layer-ibm-mobilefirst-server/devel

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Shilpa Kaul
  • Date: 2016-11-07 18:26:51 UTC
  • Revision ID: shilkaul@in.ibm.com-20161107182651-17y81qkvu1lmsdkc
lint changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
Following commands would deploy websphere-liberty charm. Mobile First Server needs Websphere Liberty version 8.5.5.8.
39
39
 
40
40
    1. juju deploy websphere-liberty 
41
 
    2. juju set-config websphere-liberty accept-ibm-websphere-license=True
42
 
    3. juju set-config websphere-liberty ibm-liberty-version="8.5.5.8"
 
41
    2. juju config websphere-liberty accept-ibm-websphere-license=True
 
42
    3. juju config websphere-liberty ibm-liberty-version="8.5.5.8"
43
43
 
44
44
Please go through the [websphere-liberty] [wlp-readme] charm for detailed deployment instructions. 
45
45
 
46
46
Following commands would deploy ibm-db2 charm.
47
47
 
48
48
    4. juju deploy ibm-db2 
49
 
    5. juju set-config ibm-db2 curl_opts="<login credentials>"
50
 
    6. juju set-config ibm-db2 curl_url="<url to download package?shavalue>"
51
 
    7. juju set-config ibm-db2 license_accepted="True"
 
49
    5. juju config ibm-db2 curl_opts="<login credentials>"
 
50
    6. juju config ibm-db2 curl_url="<url to download package?shavalue>"
 
51
    7. juju config ibm-db2 license_accepted="True"
52
52
 
53
53
Please go through the [ibm-db2] [db2-readme] charm file for detailed deployment instructions.
54
54