Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Created March 15, 2020 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rakibulinux/640b26a727eea8dc8706c2dc7359000b to your computer and use it in GitHub Desktop.
Save rakibulinux/640b26a727eea8dc8706c2dc7359000b to your computer and use it in GitHub Desktop.
How to install MailDev on ubuntu 18.04
#!/bin/sh
sudo git clone git@github.com:djfarrelly/MailDev.git
sudo apt-get install nodejs-dev node-gyp libssl1.0-dev
sudo apt-get install npm
sudo npm install -g ./MailDev
maildev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment