nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Fixing the wget and automake in install process #123

Closed ketancmaheshwari closed 10 years ago

ketancmaheshwari commented 10 years ago

The make install in cumulus was complaining because of some missing boilerplate. automake --add-missing will fix them if any on a target system. Added a comment that there are no .egg files in cumulus. Changed the container url to the one that was getting redirected to. Also added curl in case wget fails.