~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/introduction.txt

  • Committer: Martin
  • Date: 2010-05-03 20:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5204.
  • Revision ID: gzlist@googlemail.com-20100503205739-n326zdvevv0rmruh
Retain original stack and error message when translating to ValueError in bencode

Show diffs side-by-side

added added

removed removed

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