Hi Burr
I did that process last week but I unfortunately did not write down what
I did. I got greate help from the #steamcannon guys. The general advice
was to use gem instead of rpms.
The general approach was to install, look at the missing dependency,
install it, etc.
so the most valuable commands were:
gem --list
gem --install <gem-package>
The most annoying part was when a dependency "aws" was missing and
neither installing the aws gem nor the aws-ruby gem help. The solution
was to install the amazon-ec2 (pretty logical, huh?) gem.
here's the list of gems I currently have (I do no ruby dev so these
might me the ones needed to run deltacloudd):
activesupport (2.3.8)
amazon-ec2 (0.9.15)
daemons (1.1.0)
deltacloud-client (0.0.9.7)
deltacloud-core (0.0.7)
eventmachine (0.12.10)
haml (3.0.21)
highline (1.6.1)
hoe (2.6.2)
http_connection (1.3.1)
json (1.4.6)
json_pure (1.4.6)
mime-types (1.16)
nokogiri (1.4.3.1)
rack (1.1.0)
rack-accept (0.4.3)
rake (0.8.7)
rerun (0.5.2)
rest-client (1.6.1)
right_aws (2.0.0)
right_http_connection (1.2.4)
rubyforge (2.0.4)
sinatra (1.0)
thin (1.2.7)
uuidtools (2.1.1)
xml-simple (1.0.12)
Hope this helps a bit :)
Cheers
André
On 10/13/2010 12:02 AM, Burr Sutter wrote:
I have the proverbial "dumb questions" as the newbie.
My goal is to get a local copy of Deltacloud running against my EC2
environment.
Is this the only source of "installation" documentation?
http://deltacloud.org/download.html
This assumes a lot about someone's Fedora client - my raw Fedora
didn't have gem.
Can someone who has recently been the full process of getting the
deltacloudd running on a brand new Fedora list out the commands, please?
Burr