Created
July 27, 2013 00:27
-
-
Save shoken0x/6093111 to your computer and use it in GitHub Desktop.
チューニンガソンのデータ作成用スクリプトを動かすための環境構築
This file contains 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
#!/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