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