
* 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
522 B
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
- Install a utility package
$ sudo apt-get install -qy python-software-properties
- Add the PPA
$ sudo apt-add-repository ppa:libra-core/ppa
- Update package indexes
$ sudo apt-get update -q