libra/doc/install/ppa.rst
Endre Karlson 33586ba996 Doc improvements
* Add install section
* Move getting-started into install/development
* Production reference architecture with diagram / notes.
* Production installation guide using PPA for now.

Change-Id: Id4317eb5295d1ce612e43d0ef4ca24cce63f46bf
2013-09-23 15:09:26 +02:00

522 B

Libra PPA

Currently we require a PPA that is provided by the HPCS LBaaS / Libra team in order to get the right versions of the dependencies. So we'll need to setup a PPA.

To add it to your Ubuntu node follow the instructions below.

Adding the PPA

  1. Install a utility package
$ sudo apt-get install -qy python-software-properties
  1. Add the PPA
$ sudo apt-add-repository ppa:libra-core/ppa
  1. Update package indexes
$ sudo apt-get update -q