mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Updated Homebrew Test (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user