Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Created March 15, 2020 13:56
Show Gist options
  • Select an option

  • Save rakibulinux/640b26a727eea8dc8706c2dc7359000b to your computer and use it in GitHub Desktop.

Select an option

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