Merge "Edit docs for docs.opentack.org/developer/"

This commit is contained in:
Jenkins 2014-10-13 08:54:54 +00:00 committed by Gerrit Code Review
commit bdd196b5c0

View File

@ -50,11 +50,22 @@ run through tox_.
$ sudo pip install tox
2. Install the test dependencies::
2. On Ubuntu install ``mongodb`` and ``libmysqlclient-dev`` packages::
$ sudo apt-get install mongodb
$ sudo apt-get install libmysqlclient-dev
For Fedora20 there is no ``libmysqlclient-dev`` package, so youll need
to install ``mariadb-devel.x86-64`` (or ``mariadb-devel.i386``) instead::
$ sudo yum install mongodb
$ sudo yum install mariadb-devel.x86_64
3. Install the test dependencies::
$ sudo pip install -r /opt/stack/ceilometer/test-requirements.txt
3. Run the unit and code-style tests::
4. Run the unit and code-style tests::
$ cd /opt/stack/ceilometer
$ tox -e py27,pep8