Skip to content

Instantly share code, notes, and snippets.

@klodio
Created March 16, 2012 11:01
Show Gist options
  • Save klodio/2049598 to your computer and use it in GitHub Desktop.
Save klodio/2049598 to your computer and use it in GitHub Desktop.
echo " deb http://essrc.hyogo-u.ac.jp/cran//bin/linux/ubuntu oneiric/" >> sudo /etc/apt/sources.list
apt-get update
apt-get install ruby1.9.1-full
apt-get install rubygems
apt-get install python3-all
apt-get install r-base
git clone git://github.com/basho/basho_bench.git
cd basho_bench
make
sed -i -e 's/bin\/env /bin/g' priv/summary.r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment