LoginSignup
4
1

More than 3 years have passed since last update.

Amazon Linux 2でmysql2を使ったRidgepoleを動かすために必要だった奴ら

Posted at

完全に自分用のメモです。

Amazon Linux 2 AMI (HVM), SSD Volume Type - ami-00d101850e971728d

sudo amazon-linux-extras install -y ruby2.4
sudo yum install -y gcc redhat-rpm-config mysql mysql-devel ruby-devel
sudo gem install mysql2 --no-ri --no-rdoc
sudo gem install bigdecimal --no-ri --no-rdoc
sudo gem install ridgepole --no-ri --no-rdoc
4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1