From b4b5070d40adf2a88ce4a36b8a1616dc348cad49 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Thu, 28 Apr 2016 17:30:56 +0200 Subject: [PATCH] added info about starting mailhog service with brew --- docs/DEPLOY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md index bff6f916..22375a1f 100644 --- a/docs/DEPLOY.md +++ b/docs/DEPLOY.md @@ -18,6 +18,9 @@ MailHog can be started as a daemon using supervisord/upstart/etc. See [this example init script](https://github.com/geerlingguy/ansible-role-mailhog/blob/master/files/mailhog) and [this Ansible role](https://github.com/geerlingguy/ansible-role-mailhog) by [geerlingguy](https://github.com/geerlingguy). +If installed with Homebrew on OSX you can have launchd start mailhog now and restart at login: + brew services start mailhog + ### Docker The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](https://www.docker.com/) container.