Edgewall Software

Changes between Version 12 and Version 13 of Easy Download And Install


Ignore:
Timestamp:
Jul 29, 2009, 2:46:12 PM (15 years ago)
Author:
osimons
Comment:

Updated following [672].

Legend:

Unmodified
Added
Removed
Modified
  • Easy Download And Install

    v12 v13  
    1414Download and install python if you don't have it: [http://python.org] 
    1515
    16 We will assume python.exe is on the path and installed in c:\Python25\.
     16We will assume python.exe is on the path and installed in `c:\Python25\`.
    1717
    1818=== Step 3: download ez setup ===
     
    3131=== Step 5: update PATH ===
    3232
    33 Add c:\Python25\Scripts\ to your PATH (to make it accessible on the command line).  This folder will contain the bitten slave executable.
     33Add `c:\Python25\Scripts` to your PATH (to make it accessible on the command line).  This folder will contain the bitten slave executable.
    3434
    35 === Step 6: install slave ===
     35
     36=== Step 6: checkout source ===
     37
     38Subversion checkout of latest development version:
     39{{{
     40svn checkout http://svn.edgewall.org/repos/bitten/trunk bitten
     41}}}
     42
     43=== Step 7: install slave ===
    3644
    3745Run this command to install the bitten slave:
    3846{{{
    39 easy_install http://svn.edgewall.org/repos/bitten/trunk/
     47cd bitten
     48python setup-slave.py install
    4049}}}
    4150
    42 === Step 7: test the installation ===
     51=== Step 8: test the installation ===
    4352
    4453You are done!  Run this command:
     
    4655bitten-slave
    4756}}}
    48 and if you see the Usage: text the slave is installed correctly.
     57and if you see the `Usage:` text the slave is installed correctly.