Skip to content

Instantly share code, notes, and snippets.

@yvh
Last active April 8, 2016 10:07
Show Gist options
  • Save yvh/19e6d6ca6ab7a9ab85b7 to your computer and use it in GitHub Desktop.
Save yvh/19e6d6ca6ab7a9ab85b7 to your computer and use it in GitHub Desktop.
Start homebrew mamp + Mailcatcher
#!/bin/bash
echo "Starting apache2"
sudo httpd -k start
mysql.server start
sudo mailcatcher --http-port 10000 --smtp-port 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment