From: John Griffith Date: Mon, 6 May 2013 16:13:48 +0000 (-0600) Subject: Add db client packages to dev env setup doc. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cb3fb51be8d3370cb7dd4adb992ef07f49f438a5;p=openstack-build%2Fcinder-build.git Add db client packages to dev env setup doc. Dev env setup doc hasn't been updated in a while and needed the addition of the mysql and psql packages. Tested this on a clean install and it looks like the addition of these two pkgs should get us up to date. Change-Id: I66011478064bd8fb85bfaf56e8b14232226e0efc --- diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 739035a13..49b899504 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -54,7 +54,7 @@ Linux Systems .. note:: - This section is tested for Cinder on Ubuntu (10.10-64) and + This section is tested for Cinder on Ubuntu (12.04-64) and Fedora-based (RHEL 6.1) distributions. Feel free to add notes and change according to your experiences or operating system. @@ -62,11 +62,11 @@ Install the prerequisite packages. On Ubuntu:: - sudo apt-get install python-dev libssl-dev python-pip git-core + sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: - sudo yum install python-devel openssl-devel python-pip git + sudo yum install python-devel openssl-devel python-pip git libmysqlclient-dev libqp-dev Mac OS X Systems