mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Updated Homebrew Test (markdown)
@@ -1,14 +1,23 @@
|
|||||||
# 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
|
||||||
|
|
||||||
brew uninstall inbucket
|
brew uninstall inbucket
|
||||||
rm -f /usr/local/etc/inbucket.conf
|
rm -f /usr/local/etc/inbucket.conf
|
||||||
sudo rm -rf /usr/local/var/inbucket
|
sudo rm -rf /usr/local/var/inbucket
|
||||||
Reference in New Issue
Block a user