Skip to content

Instantly share code, notes, and snippets.

@shaddi
Created March 4, 2013 06:36
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 shaddi/5080422 to your computer and use it in GitHub Desktop.
Save shaddi/5080422 to your computer and use it in GitHub Desktop.
EC2/Ubuntu 12.10 BIDMat setup
# get prereqs
# setup oracle java
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get -y -qq install oracle-java7-installer
sudo apt-get -y -qq install scala git mosh byobu
# get the project code from github
git clone https://github.com/jcanny/BIDMat.git
# get data
wget --http-user=cs294_1 --http-password=sp2013mn http://www.cs.berkeley.edu/~jfc/DataMining/SP13/restricted/HW2/books/tokens.bin.gz
gunzip tokens.bin.gz
echo "Project 2 ready to run."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment