You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/about-juju.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Title: What is Juju?
2
2
3
-
##What is Juju?
3
+
#What is Juju?
4
4
Juju is a state-of-the-art, open source, universal model for service oriented architecture and service oriented
5
5
deployments. Juju allows you to deploy, configure, manage, maintain, and scale cloud services quickly and efficiently on public clouds, as well as on physical servers, OpenStack, and containers. You can use Juju from the command line or through its beautiful GUI.
6
6
@@ -77,7 +77,7 @@ A charm is also a collection of scripts that handle different kinds of events. T
77
77
78
78
## What charms are currently available?
79
79
Charms are available for hundreds of common and popular cloud-oriented applications such as MySQL, MongoDB, and others, with new ones being added every day. Check out the public charm store for an up to the minute list of charms:
80
-
jujucharms.com
80
+
[Juju Charm Store](https://jujucharms.com)
81
81
82
82
## Are charms open source? Under what license?
83
83
Charms can be published under whatever license the author prefers, there are charms under just about every kind of license out there today. In many cases, charms follow the license of the applications that they deploy, but this is not a requirement. There are open source charms that deploy proprietary software, for example, and the reverse would be possible as well.
@@ -95,7 +95,7 @@ If you want, you can also share your charm with the world and gain feedback and
95
95
96
96
What are the best workloads to try with Juju?
97
97
98
-
Juju excels with scale-out workloads like big data, PAAS, cloud infrastructure such as OpenStack, or container management systems. Pick your favourite cloud and launch a juju server, deploy the Juju GUI there and then drop one of the bundles from the charm store into the blank canvas.
98
+
Juju excels with scale-out workloads like big data, PAAS, cloud infrastructure such as OpenStack, or container management systems. Pick your favourite cloud and launch a Juju server, deploy the Juju GUI there and then drop one of the bundles from the charm store into the blank canvas.
0 commit comments