Last active
April 8, 2016 10:07
-
-
Save yvh/19e6d6ca6ab7a9ab85b7 to your computer and use it in GitHub Desktop.
Start homebrew mamp + Mailcatcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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