Hey Burr,
I'm sorry for the confusion. The `gem` command is in the rubygems
package. `yum install rubygems` should get you covered.
You can find more detailed instructions here:
http://deltacloud.org/contribute.html
This covers installing both the core API stuff and the web frontend. The
page lists the required gems to get you started from a clean Fedora
install, too.
You seem to need just the API server running, for that you will need the
following packages:
ruby
ruby-devel
rubygems
gcc-c++
libxml2-devel
libxslt-devel
And then run the `sudo gem install deltacloud-core`.
That should be enough.
If you have any more questions, just ask them here or on the #deltacloud
chanel on Freenode.
Cheers,
Thomas
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