Edgewall Software

Changes between Version 10 and Version 11 of Download


Ignore:
Timestamp:
Oct 7, 2010, 1:55:24 AM (14 years ago)
Author:
osimons
Comment:

Added setup information and clarified alternatives.

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v10 v11  
    3333 http://svn.edgewall.org/repos/bitten/
    3434
     35==== Alternative 1: Checkout and install ====
     36
    3537The latest revision can be checked out with the following command:
    3638{{{
     
    4244(Alternatively, you can use `https` for an encrypted connection, which also helps getting around clueless firewalls that haven't heard of [http://webdav.org/ WebDAV] yet.)
    4345
     46Then change into the checkout directory and run setup.py:
     47{{{
     48cd bitten-<version>
     49python setup.py install   # master + slave
     50# or
     51python setup.py --without-master install   # slave only
     52}}}
     53
     54==== Alternative 2: easy_install from URL ====
     55
    4456If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do:
    4557{{{