wluhan created page: install juju on ubuntu

wluhan
2016-10-24 11:06:40 +02:00
parent 33757fdc9a
commit 041088059f

@@ -0,0 +1,9 @@
Note:This page is only a small summary for installation of Juju 1.25 on Ubuntu.
# Installation
To install Juju 1.25,you simply need to grab the latest juju-core package from the PPA
```
sudo add-apt-repository ppa:juju/stable
sudo apt-get update && sudo apt-get install juju-core
```
You can refer [here](https://jujucharms.com/docs/1.25/getting-started) to complete the installation.