~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2016-02-01 19:56:05 UTC
  • mfrom: (6615.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20160201195605-o7rl92wf6uyum3fk
(vila) Open trunk again as 2.8b1 (Vincent Ladeuil)

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 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
32
32
a type of Unix.
33
33
 
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
37
37
pycrypto`_.
38
38
 
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/
42
41
 
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.
49
48
 
50
49
If you are installing a development version of Bazaar, rather than a released