
bug 1018443 This patch sets up a basic Sphinx project to allow us to build the documentation. It also moves the "dev" docs into the new doc source directory. Change-Id: Ie2ad0f2e4ed237f1373c4357d5763fd5218d738a
1.7 KiB
1.7 KiB
Initial reading
If you are not yet familiar with ceilometer's architecture, it would be advisable that you start by reading the blueprint and more specifically the architecture which has been agreed on.
In order to contribute to the ceilometer project, you will also need to:
- Have signed openstack's contributor's agreement
- Be familiar with git and the OpenStack gerrit review process
Setting up the project
- The first thing you will need to do is to clone the ceilometer project on your local machine:
- Once this is done, you need to setup the review process:
-
git remote add gerrit ssh://<username>@review.stackforge.org:29418/stackforge/ceilometer.git
- Create a topic branch and switch to it
-
git checkout -b TOPIC-BRANCH