dc0bfe1d39
Change-Id: I41bf34cd482dcf880cd66c8bd123898f77c10056
786 B
786 B
Install and configure for Ubuntu
This section describes how to install and configure the Database service for Ubuntu 14.04 (LTS).
Install and configure components
Install the packages:
# apt-get update # apt-get install python-trove python-troveclient \ python-glanceclient trove-common trove-api trove-taskmanager \ trove-conductor
Finalize installation
Restart the Database services:
# service trove-api restart # service trove-taskmanager restart # service trove-conductor restart