Skip to content

Instantly share code, notes, and snippets.

View Israelistic's full-sized avatar
🏋️‍♀️
Let me do the heavy lifting for you 🤓 Open for new opportunities

Haggai Lerman Israelistic

🏋️‍♀️
Let me do the heavy lifting for you 🤓 Open for new opportunities
View GitHub Profile
@Israelistic
Israelistic / user_data.sh
Created August 11, 2019 21:57 — forked from omenking/user_data.sh
Super High Value Plus Ruby on Rails Amazon Linux 2
#!/usr/bin/env bash
su ec2-user
sudo yum -y update
sudo yum install -y git redhat-rpm-config sqlite-devel
# Install RVM and Ruby
# KEY1 and KEY1 grab from: https://rvm.io/
gpg --keyserver hkp://keys.gnupg.net --recv-keys KEY1 KEY2
curl -sSL https://get.rvm.io | bash -s stable