1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Updated Homebrew Test (markdown)

James Hillyerd
2016-03-10 23:03:26 -08:00
parent 087bb202a6
commit 8b1663ca32

@@ -34,10 +34,18 @@ Run `telnet localhost 2500` and paste the following into your terminal:
(you may need to press enter to transmit the final QUIT)
Check that "friend" received your message: <http://localhost:9000/mailbox?name=friend
Check that "friend" received your message: <http://localhost:9000/mailbox?name=friend>
## Shutdown
sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.inbucket.plist
## Removal
sudo rm /Library/LaunchDaemons/homebrew.mxcl.inbucket.plist
brew uninstall inbucket
rm -f /usr/local/etc/inbucket.conf
sudo rm -rf /usr/local/var/inbucket
rm /usr/local/etc/inbucket.conf
sudo rm /usr/local/var/log/inbucket.log
sudo rm -rf /usr/local/var/inbucket
rm /usr/local/Library/Formula/inbucket.rb