Skip to content

Instantly share code, notes, and snippets.

@shoken0x
Created July 27, 2013 00:27
Show Gist options
  • Save shoken0x/6093111 to your computer and use it in GitHub Desktop.
Save shoken0x/6093111 to your computer and use it in GitHub Desktop.
チューニンガソンのデータ作成用スクリプトを動かすための環境構築
#!/bin/sh
#for Amazon Linux
yum install ruby19
yum install ruby19-devel
ln -s /usr/bin/ruby1.9 /usr/bin/ruby
ln -s /usr/bin/gem1.9 /usr/bin/gem
gem install mongo
yum groupinstall "Development Tools"
gem install bson_ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment