Clone
1
install juju on ubuntu
wluhan edited this page 2016-10-24 11:06:40 +02:00

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 to complete the installation.