diff --git a/Homebrew-Test.md b/Homebrew-Test.md index 903dd11..c2e609f 100644 --- a/Homebrew-Test.md +++ b/Homebrew-Test.md @@ -1,14 +1,23 @@ # Installing Inbucket with Homebrew +Inbucket is not (yet?) part of Homebrew, so some extra steps are required to install the formula and bleeding edge version of Inbucket. + ## Installation curl -L -o inbucket.rb https://raw.githubusercontent.com/jhillyerd/inbucket/feature/brew/etc/homebrew/inbucket.rb mv inbucket.rb /usr/local/Library/Formula/ - brew install inbucket - + brew install --HEAD inbucket + +## Running + +Please follow the steps printed under *To have launchd start inbucket at startup*. + +Confirm Inbucket started, you should see `[INFO ]` statements, but no `[ERROR]` ones. + + cat /usr/local/var/log/inbucket.log ## Removal brew uninstall inbucket rm -f /usr/local/etc/inbucket.conf - sudo rm -rf /usr/local/var/inbucket + sudo rm -rf /usr/local/var/inbucket \ No newline at end of file