Changes between Version 34 and Version 35 of HowtoContributeABuildbot


Ignore:
Timestamp:
2014-08-23T21:21:08Z (10 years ago)
Author:
daira
Comment:

how to install setuptools before buildbot-slave

Legend:

Unmodified
Added
Removed
Modified
  • HowtoContributeABuildbot

    v34 v35  
    33== Prerequisites ==
    44
    5 You'll need [http://git-scm.com/ git], [https://www.python.org/download/releases/2.7.8/ Python 2.7], and setuptools before you can proceed. To install setuptools, download [https://bootstrap.pypa.io/ez_setup.py ez_setup.py] into a directory with no Unicode characters in the path, and run it using `python ez_setup.py`. Then follow the instructions at [http://trac.buildbot.net/wiki/DownloadInstall buildbot-slave].
     51. Install [http://git-scm.com/ git].
     61. Install [https://www.python.org/download/releases/2.7.8/ Python 2.7].
     71. Install setuptools: download [https://bootstrap.pypa.io/ez_setup.py ez_setup.py] into a directory with no Unicode characters in the path, and run it using `python ez_setup.py`.
     81. Run `easy_install pip`.
     91. Run `pip install buildbot-slave`. (If this doesn't work, see the instructions on the [http://trac.buildbot.net/wiki/DownloadInstall Buildbot trac] for installing buildbot-slave.)
    610
    711A buildslave makes TCP connections to the buildmaster, which `tahoe-lafs.org` operates.  You do not need a publicly routable IP address.