Thanks Michael. Yes I've practically got that pdf memorized, honestly I agree completely it shouldn't be hard. I used it fine for my Ubuntu install. I'm almost certain I'm following it to the T, but maybe I'm going overboard with building maven from source and downloading the git repo of the cloudstack source before doing the yum install cloud client. If all I have to do is point my cloudstack repo and run yum, I'm likely heavily over configuring... which can cause problems like I'm having
-Brandon Cross -----Original Message----- From: Michael Hart-Jones [mailto:mhartjo...@accessit.co.uk] Sent: Saturday, November 24, 2012 9:53 AM To: cloudstack-users@incubator.apache.org Subject: Re: installation question I have done this installation my self on Cent 6.3. I do not remember having to run 'mvn -P deps' at all. To be honest I would use http://download.cloud.com/releases/3.0.0/CloudStack3.0.0-3.0.2InstallGui de.pdf This does work and is not that hard to follow. Michael Hart-Jones On 24/11/2012 15:45, Brandon Cross wrote: > I'm reinstalling on Cent 6.3 > > > > In the installation guide, > > http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0. > 0-incubating/html/Installation_Guide/sect-source-buildrpm.html > > > > Section 3.6 says to run 'mvn -P deps' which I can do successfully > > > > Then it wants me to run './waf rpm' which fails to build successfully > on some ant error... I can get more specific if needed. > > > > If I skip the rpm build, the next step says to configure my new YUM > repository (Step 3.6.2) > > > > At /etc/yum.repos.d/cloudstack.repo > > > > I add this code: > > > > [apache-cloudstack] > > name=Apache CloudStack > > baseurl=http://webserver.tld/path/to/repo > > enabled=1 > > gpgcheck=0 > > > > > > Except for my base URL path, I went to the downloads page of the > cloudstack incubator and found the RPM package repo linked on this > page > > http://incubator.apache.org/cloudstack/downloads.html > > > > [apache-cloudstack] > > name=Apache CloudStack > > baseurl=http://cloudstack.apt-get.eu/rhel/4.0/ > > enabled=1 > > gpgcheck=0 > > > > When I do that, and then 'yum install cloud-client' I'm able to obtain > what appears to be the correct stuff. I just need to know - is it ok > for me to use that repo (the rpm's at cloudstack), and not > successfully run the './waf rpm' or do I have to still build the rpm's anyway? > > > > -Brandon Cross > > > >