Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed up links and added note

...

Code Block
mkdir /tmp/cloudstack; cd /tmp/cloudstack
wget https://dist.apache.org/repos/dist/release/incubator/cloudstack/KEYS
wget http://people.apache.org/~jzb/cloudstack/dist/releases/4.0.2VERSION/apache-cloudstack-4.0.2VERSION-src.tar.bz2
wget http://people.apache.org/~jzb/cloudstack/dist/releases/4.0.2VERSION/apache-cloudstack-4.0.2VERSION-src.tar.bz2.asc
wget http://people.apache.org/~jzb/cloudstack/dist/releases/4.0.2VERSION/apache-cloudstack-4.0.2VERSION-src.tar.bz2.md5
wget http://people.apache.org/~jzb/cloudstack/dist/releases/4.0.2VERSION/apache-cloudstack-4.0.2VERSION-src.tar.bz2.sha

Replace VERSION with the version you are testing.

Install gpg (if needed): sudo apt-get install gpg

...