Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the source build

Note

Some versions of wget will require that you add the --no-check-certificate param to the commands below. You need this, if you get an error stating "ERROR: The certificate of `dist.apache.org' is not trusted.".

Download the artifacts:

Code Block
mkdir /tmp/cloudstack; cd /tmp/cloudstack
wget httphttps://peopledist.apache.org/~chipchildersrepos/dist/release/incubator/cloudstack/KEYS
wget httphttps://peopledist.apache.org/~chipchildersrepos/dist/dev/incubator/cloudstack/releasescandidates/4.0.01-incubating/apache-cloudstack-4.0.01-incubating-src.tar.bz2
wget httphttps://peopledist.apache.org/~chipchildersrepos/dist/dev/incubator/cloudstack/releasescandidates/4.0.01-incubating/apache-cloudstack-4.0.01-incubating-src.tar.bz2.asc
wget httphttps://peopledist.apache.org/~chipchildersrepos/dist/dev/incubator/cloudstack/releasescandidates/4.0.01-incubating/apache-cloudstack-4.0.01-incubating-src.tar.bz2.md5
wget httphttps://peopledist.apache.org/~chipchildersrepos/dist/dev/incubator/cloudstack/releasescandidates/4.0.01-incubating/apache-cloudstack-4.0.01-incubating-src.tar.bz2.sha

...