rbenv ruby-2.2.3-railsexpress

Bash script to install ruby-2.2.3 patched railsexpress on rbenv

https://gist.github.com/manzhikov/418da52577ef31903580

Quick install:

git clone https://gist.github.com/418da52577ef31903580.git ruby-2.2.3-railsexpress
cd ruby-2.2.3-railsexpress
bash ./install.sh
 
1
Kudos
 
1
Kudos

Now read this

How to add swap to an EC2 instance

Swap should take place on the Instance Storage (ephemeral) disk and not an EBS device. Swapping will cause a lot of IO and will increase cost on EBS. EBS is also slower than the Instance Store and the Instance Store comes free with the... Continue →