Edgewall Software

Version 9 (modified by anonymous, 15 years ago) (diff)

--

Bitten Slave Download and Install

Follow these steps to install the bitten slave

This page assumes a Windows computer, although it should apply to any OS with appropriate adjustments.

Step 1

Download and install python if you don't have it: http://python.org

We will assume python.exe is on the path and installed in c:\Python25\.

Step 2

Download and save this file to a temporary folder: ez_setup.py

(For more information on EasyInstall see here: http://peak.telecommunity.com/DevCenter/EasyInstall )

Step 3

Install ez_setup by running this command:

python ez_setup.py

Step 4

Add c:\Python25\Scripts\ to your PATH (to make it accessible on the command line). This folder will contain the bitten slave executable.

Step 5

Run this command to install the bitten slave:

easy_install http://svn.edgewall.org/repos/bitten/trunk/

Step 6

You are done! Run this command:

bitten-slave 

and if you see the Usage: text the slave is installed correctly.