canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= | = BuildBot Reference Installation Instructions = | ||
These were the steps used to deploy a test | These were the steps used to deploy a test BuildBot master/slave on Linux; we're evaluating BuildBot for certain tasks, the below configuration is subject to change. | ||
== Initial Setup Steps == | == Initial Setup Steps == | ||
Line 50: | Line 50: | ||
export PYTHONHOME="/tools/python" | export PYTHONHOME="/tools/python" | ||
export PYTHONPATH="/tools/buildbot/lib/python2. | export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-core/lib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/" | ||
export PATH="/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH" | export PATH="/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH" |