tacker/doc/source/devref/development.environment.rst
Sridhar Ramaswamy 492eba6c4a Cleanup Tacker docs and introduce tox doc test
Deep cleaning of tacker doc/source dir by removing all references
to Neutron, remove non-applicable doc files and various other
fixes and references to Tacker urls. Introduce fixed up HACKING and
CONTRIBUTING docs.

Also add tox 'docs' test run and enable it by default

Change-Id: I90c48eeb3724adb3de3431f1f5464c5200dad071
2015-10-19 19:15:13 +00:00

1.9 KiB

Setting Up a Development Environment

This page describes how to setup a working Python development environment that can be used in developing Tacker on Ubuntu, Fedora or Mac OS X. These instructions assume you're already familiar with Git and Gerrit, which is a code repository mirror and code review toolset , however if you aren't please see this Git tutorial for an introduction to using Git and this guide for a tutorial on using Gerrit and Git for code contribution to Openstack projects.

If you want to be able to run Tacker in a full OpenStack environment, you can use the excellent DevStack project to do so. There is a wiki page that describes setting up Tacker using DevStack.

Getting the code

Grab the code:

git clone git://git.openstack.org/openstack/tacker.git
cd tacker