Skip to content

Instantly share code, notes, and snippets.

@rahul8590
Created April 20, 2014 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahul8590/11107395 to your computer and use it in GitHub Desktop.
Save rahul8590/11107395 to your computer and use it in GitHub Desktop.
Planet Lab Installation Shell Script
#!/bin/bash
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u55-b13/jdk-7u55-linux-i586.tar.gz
wget http://apache.mirrors.pair.com//cassandra/2.0.7/apache-cassandra-2.0.7-bin.tar.gz
tar -xvf jdk-7u55-linux-i586.tar.gz\?AuthParam\=1397971823_52e8ace10923c9f8a5705faca17b4719
gunzip apache-cassandra-2.0.7-bin.tar.gz
tar -xvf apache-cassandra-2.0.7-bin.tar.gz
export CASSANDRA_HOME=/home/umass_nameservice/rahul/apache-cassandra-2.0.7
export PATH=$PATH:/home/umass_nameservice/rahul/jdk1.7.0_55/bin/:$CASSANDRA_HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment