summaryrefslogtreecommitdiffstats
path: root/doc/development/setup.txt
blob: ad53e5da2c0b22e260840cf3da4a673003b9ac66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. -*- mode: rst -*-

.. _development-setup:


Environment setup for development
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Check out a copy of the code::

      git clone git://git.mcs.anl.gov/bcfg2.git

* Create link to :file:`src/lib`::

      cd bcfg2
      ln -s src/lib Bcfg2

* Add :file:`bcfg2/src/sbin` to your :envvar:`PATH` environment variable
* Add :file:`bcfg2` to your :envvar:`PYTHONPATH` environment variable