~charmers/charms/trusty/zulu8/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Dmitriy Kozorez
  • Date: 2015-09-04 11:09:50 UTC
  • mfrom: (10.1.1 zulu8)
  • Revision ID: dmitriy.kozorez@azulsystems.com-20150904110950-bzzw2zjkmhovp6er
merged with ~kwmonroe's changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
## General
12
12
 
13
 
A Zulu deployment consists of a Zulu JDK:
14
 
 
15
 
  juju deploy zulu8
16
 
 
 
13
Zulu is a subordinate charm that can be related to any existing service in your
 
14
environment. Deployment is simple:
 
15
 
 
16
    juju deploy zulu8
 
17
 
 
18
At this point, Zulu is waiting for a relationship to some other service. This
 
19
can be any service since this charm relates via the `juju-info` interface,
 
20
and all charms implicitly support `juju-info`. Building off the previous step,
 
21
here is a simple deployment scenario that would result in the Zulu JDK being
 
22
installed on the `ubuntu` unit:
 
23
 
 
24
    juju deploy ubuntu
 
25
    juju add-relation ubuntu zulu8
17
26
 
18
27
The Zulu charm adds a public key for the Azul apt-get repository to your system,
19
 
then installs Zulu-8 from it.
20
 
 
21
 
The Zulu charm also sets Zulu-8 as default java using update-alternatives.
22
 
 
23
 
Once deployed you can use Zulu to run any Java workloads.
 
28
then installs Zulu-8 from it. The Zulu charm also sets Zulu-8 as default java
 
29
using `update-alternatives`.
 
30
 
 
31
Once deployed, you can use Zulu to run any Java workloads.
24
32
 
25
33
## Java Debugger (JDB)
26
34
 
27
 
Remote debugging can be useful for application development and diagnosing 
28
 
problems with a deployed application.  There are many debugging tools, 
 
35
Remote debugging can be useful for application development and diagnosing
 
36
problems with a deployed application.  There are many debugging tools,
29
37
including jdb, and most Integrated Development Environments (IDEs) provide
30
38
the ability to attach to remote servers and step through code line by line.
31
39
 
37
45
- [Azul Zulu community Q&A forum](https://support.azulsystems.com/hc/communities/public/topics/200259100-Zulu-in-the-Cloud-Juju)
38
46
- [Contact Azul Systems support](http://www.azulsystems.com/support/support-center)
39
47
 
40
 
This charm was written and is maintained by staff at Azul Systems.  If you 
41
 
encounter a bug with the Zulu charm please post a 
 
48
This charm was written and is maintained by staff at Azul Systems.  If you
 
49
encounter a bug with the Zulu charm please post a
42
50
[question](https://support.azulsystems.com/hc/communities/public/topics).