Configuring a Linux Bitten Slave
These steps should enable a Bitten slave on Linux for building and testing FiPy.
- Install FiPy and all prerequisites
- Install bitten
easy_install http://svn.edgewall.org/repos/bitten/trunk/
- Test the Bitten slave
bitten-slave --verbose --single --dry-run --log=bitten.log http://www.matforge.org/fipy/builds
- Start the Bitten slave in an appropriate (non-root) account
where attachment:bitten.sh and attachment:bitten.conf are assumed to be in ${HOME}/bitten/.
bitten.sh start
- Add a (non-root) cron job to keep the Bitten slave alive
*/1 * * * * export LD_LIBRARY_PATH=${LIBRARY_PATH}:/usr/local/lib; /path/to/bitten.sh keep-alive > /dev/null 2>&1where "/path/to/bitten.sh" is the path to wherever you place attachment:bitten.sh
Attachments
-
bitten.conf
(418 bytes) - added by guyer
7 weeks ago.
configuration file for Bitten slave driver
-
bitten.sh
(4.7 kB) - added by guyer
7 weeks ago.
No need for .ini file
FiPy: A Finite Volume PDE Solver Using Python