Created
March 16, 2012 11:01
-
-
Save klodio/2049598 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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