Introduction ============ This is a buildout to compile MySQL with Senna References ========== Buildout: - http://buildout.org LAMP Buildout: - http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/ Install ======= To install, do the following: $ python bootstrap/bootstrap.py $ bin/buildout Wait for a long time while Senna is compiled, and then wait some more while MySQL is also built using the just compiled Senna. Afterwards, type: $ bin/supervisord -e debug -n If everything looks good: $ bin/supervisord Configure ========= You can change the default ports by editing buildout.cfg: [ports] … supervisor = 9001 mysql = 3306 Then rerun buildout: $ bin/buildout TODO ==== * Update to tritonn-1.0.12-mysql-5.0.87 Credits ======= Author: Leonardo Rochael Almeida Heavily inspired by (and lifting large parts from) the LAMP buildout by Alex Clark