Simple vagrant profile. It includes only mysql server, where database is stored at ramdisk. This virtual machine should implement tweaks listed here http://drupal.org/node/466972.
Hopefully, this should boost significantly simpletest test suite execution on my drupal installation :)
- Install latest stable release of virtualbox (http://www.virtualbox.org/)
- Install vagrant tool (http://vagrantup.com/v1/docs/getting-started/index.html)
- Download or clone this project content
- In downloaded directory, call
cd [vagrant project directory]; vagrant up
- You are ready to go!
- db password: root
- db login: root
- db host: 127.0.0.1 (host machine)
- db port: 13306
- test database (stored at ramdisk): test