27
27
What you need to run a Bazaar server
28
28
------------------------------------
30
Where possible, we will discuss both Unix (including Linux) and Windows server
30
Where possible, we will discuss both Unix (including GNU/Linux) and Windows server
31
31
environments. For the purposes of this document, we will consider Mac OS X as
34
In general, Bazaar requires only Python_ 2.4 or greater and the cElementTree_
35
package (included in Python 2.5 and later) to run. If you would *optionally*
34
In general, Bazaar requires only Python_ 2.6 or greater to run.
35
If you would *optionally*
36
36
like to be able to access branches using SFTP, you need `paramiko and
39
39
.. _Python: http://www.python.org/
40
.. _cElementTree: http://effbot.org/zone/element-index.htm
41
40
.. _paramiko and pycrypto: http://www.lag.net/paramiko/
43
42
For maximum performance, Bazaar can make use of compiled versions of some
44
43
critical components of the code. Pure Python alternatives exist for all of
45
44
these components, but they may be considerably slower. To compile these
46
45
extensions, you need a C compiler and the relevant header files from the
47
Python package. On Linux, these may be in a separate package. Other
46
Python package. On GNU/Linux, these may be in a separate package. Other
48
47
operating systems should have the required headers installed by default.
50
49
If you are installing a development version of Bazaar, rather than a released