Files
group-based-policy/doc/source/devref/development.environment.rst
Ian Wienand 93d4b339f4 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: If9ab6d55cdc50cacc69134a5268861aed9dd7074
2019-03-24 20:33:42 +00:00

2.1 KiB

Setting Up a Development Environment

This page describes how to setup a working Python development environment that can be used in developing GBP 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.

Following these instructions will allow you to run the GBP unit tests. If you want to be able to run GBP in a full OpenStack environment, you can use the excellent DevStack project to do so. There is a wiki page that describes setting up GBP using DevStack.

Getting the code

Grab the code:

git clone https://git.openstack.org/openstack/group-based-policy.git
cd group-based-policy