Hi guys,
I put together small bash script to bootstrap development environment
for developing Deltacloud API.
Currently this script supports: Fedora, CentOS, RHEL6, openSuse, Debian
and Ubuntu.
To run the script you can do:
curl
https://raw.github.com/mifo/deltacloud-dev-tools/master/bootstrap.sh | bash
Following things will be installed:
* rbenv
* ruby 1.9
* all system dependencies (gcc, libxml, libxslt, etc...)
* deltacloud
This script is not perfect yet, I want to add support for OSX for
example and improve dependency checking for other distros, so if someone
have time to check if this script works on his distro, all issues or
pull requests are welcome :-)
-- Michal