Skip to content

Commit

Permalink
Tweaks to README.md
Browse files Browse the repository at this point in the history
Add minor wording tweaks. Use circles rather than boxes as it fits
our images from the GUI much better. Add link to Juju homepage.
  • Loading branch information
howbazaar authored and Tim McNamara committed Aug 19, 2019
1 parent 6d38873 commit aabdea9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![](doc/juju-logo.png?raw=true)
[![Juju logo](doc/juju-logo.png?raw=true)](https://jujucharms.com/)

## Why Juju?

Expand All @@ -9,11 +9,11 @@
* Maintain portability

If your infrastructure can’t be understood by everyone in your organisation, there’s an issue.
Juju focuses on the applications that your software model defines and how they are related.
Juju focuses on the applications that your deployment defines and how they are related.

Requiring everyone to know every hostname, every machine, every subnet and every storage volume is brittle.
This means change is complicated, on-boarding is difficult and tends to create knowledge silos.
Juju makes those details available, but places the software model at the front.
Juju makes those details available, but places the deployment model at the front.

With Juju, your team maintains a practical high-level view that makes your backend more adaptable to changes over time.
Extending your product should be as simple as deploying its first prototype.
Expand All @@ -22,15 +22,14 @@ Extending your product should be as simple as deploying its first prototype.
## What is Juju?

Juju is a devops tool that reduces operational complexity through application modelling.
Once a model is described, Juju identifies the necessary steps to put that plan into action.
Once a model is described, Juju identifies the necessary steps to make that model a reality.

Juju has three core concepts: models, applications and relations.
Consider a whiteboard drawing of your service.
The whiteboard's border is the model, its boxes are applications and the lines between the boxes are relations.
The whiteboard's border is the model, its circles are applications and the lines between the circles are relations.

Juju uses an active agent deployed alongside your applications.
That agent orchestrates infrastructure, manages applications through the product life cycle.
The agent’s capabilities are confined by user permissions and all communication is fully encrypted.
That agent orchestrates infrastructure, and manages applications through the product life cycle.


## Next steps
Expand All @@ -39,4 +38,4 @@ Read the documentation https://jaas.ai/docs

Ask a question https://discourse.jujucharms.com/

Install Juju https://jaas.ai/docs/installing
Install Juju https://jaas.ai/docs/installing

0 comments on commit aabdea9

Please sign in to comment.