This patch adds a section on how to install CloudKitty on Debian, which is the primary source for Ubuntu packages. Change-Id: Ie6df6ccb5f9b7873bb541cedb45b044058ab3e70 Signed-off-by: Thomas Goirand <zigo@debian.org>
15 lines
417 B
ReStructuredText
15 lines
417 B
ReStructuredText
Install from packages for Ubuntu
|
|
================================
|
|
|
|
Note that Canonical doesn't maintain CloudKitty packages. These are only
|
|
maintained in Debian, and then imported from Debian Unstable to the
|
|
Ubuntu Universe repository.
|
|
|
|
#. Upgrade the packages on your host::
|
|
|
|
apt update && apt dist-upgrade
|
|
|
|
#. Install the packages::
|
|
|
|
apt-get install cloudkitty-api cloudkitty-processor cloudkitty-dashboard
|