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 22:43:34 -08:00
parent d7aa0ed3d6
commit 454fc82e87

@@ -1,11 +1,20 @@
# Installing Inbucket with Homebrew # 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 ## Installation
curl -L -o inbucket.rb https://raw.githubusercontent.com/jhillyerd/inbucket/feature/brew/etc/homebrew/inbucket.rb curl -L -o inbucket.rb https://raw.githubusercontent.com/jhillyerd/inbucket/feature/brew/etc/homebrew/inbucket.rb
mv inbucket.rb /usr/local/Library/Formula/ 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 ## Removal