Skip to content

Instantly share code, notes, and snippets.

@igez
Last active November 1, 2016 05:55
Show Gist options
  • Save igez/4a27dfcaa059368815b79433765e8d63 to your computer and use it in GitHub Desktop.
Save igez/4a27dfcaa059368815b79433765e8d63 to your computer and use it in GitHub Desktop.
Install Mailcatcher on Ubuntu 14.04
#!/bin/bash
sudo apt-get install -y curl libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 2.3.1
rvm use 2.3.1 --default
gem install mailcatcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment