Confirmed users
2,679
edits
| Line 4: | Line 4: | ||
== Make directories == | == Make directories == | ||
mkdir /tools/dist | mkdir /tools/dist/logs | ||
mkdir /builds/logs | mkdir /builds/logs | ||
| Line 16: | Line 16: | ||
cd Config-General-2.33 | cd Config-General-2.33 | ||
perl Makefile.PL | perl Makefile.PL | ||
make install | its ok to ignore the warning from "perl Makefile.PL": | ||
Warning: the following files are missing in your kit: | |||
t/test.rc.out | |||
sudo make install | |||
== Initial Setup Steps == | == Initial Setup Steps == | ||
| Line 71: | Line 75: | ||
Add the appropriate paths to the Buildbot user's .bash_profile | Add the appropriate paths to the Buildbot user's .bash_profile | ||
echo 'export PYTHONHOME="/tools/python"' >> ~ | echo 'export PYTHONHOME="/tools/python"' >> ~/.bash_profile | ||
echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~ | echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~/.bash_profile | ||
echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~ | echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~/.bash_profile | ||
== Notes about Centos5 == | == Notes about Centos5 == | ||