Edgewall Software

Changes between Version 1 and Version 2 of Easy Download And Install


Ignore:
Timestamp:
Sep 19, 2008, 5:50:52 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Easy Download And Install

    v1 v2  
    11= Bitten Slave Download and Install =
    22
    3 Follow these steps to install the bitten slave.  This page assumes python2.5 is already installed in the folder c:\Python25\.
     3Follow these steps to install the bitten slave on a Windows computer.  This page assumes python2.5 is already installed in the folder c:\Python25\.
    44
    5 == Step 1 ==
     5=== Step 1 ===
    66
    7 === What is Bitten? ===
     7Download and save this file to a temporary folder: [http://peak.telecommunity.com/dist/ez_setup.py ez_setup.py]
    88
    9 Bitten is a [http://trac.edgewall.org/ Trac] extension for continuous integration. It uses a distributed build model, where one or more "slaves" run the actual tests, and a "master" gathers the results and displays them nicely on a web page.  See the [wiki:WhitePaper white paper] for the original motivation behind the project.
     9=== Step 2 ===
    1010
    11 [[Image(http://www.edgewall.org/gfx/opensource-75x65.png, width=75, height=65, align=right)]]
    12 === What license governs the use of Bitten? ===
     11Install ez_setup by running this command:
     12{{{
     13python ez_setup.py
     14}}}
    1315
     16=== Step 3 ===
     17
     18Add c:\Python25\Scripts\ to your PATH (to make it accessible on the command line).  This folder will contain the bitten slave executable.
     19
     20=== Step 4 ===
     21
     22Run this command to install the bitten slave:
     23{{{
     24easy_install http://svn.edgewall.org/repos/bitten/trunk/
     25}}}
     26
     27=== Step 5 ===
     28
     29You are done!  Run this command:
     30{{{
     31bitten-slave
     32}}}
     33and if you see the Usage: text the slave is installed correctly.