On 11/11/2012 12:48 PM, Francesco Vollero wrote:
Hi Michal,
On Nov 11, 2012, at 12:45 PM, Michal fojtik wrote:
Hi guys,
I put together small bash script to bootstrap development environment for
developing Deltacloud API.
Cool stuff, seems that the aeolus dev bootstrap give you a serious inspiration
to make it also for deltacloud :)
Definitely :-) It is nice thing to have when someone new want to try
hack something to Deltacloud,
save a lot of time you need to spend initially to have all things installed.
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 :-)
Gonna test it now :) Thanks!
Cool thanks! I sux in bash scripting, so I bet it could be written in
more nice way ;-)
-FV
-- Michal