Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 861 Bytes

File metadata and controls

57 lines (38 loc) · 861 Bytes

homebrew-mistserver

Homebrew tap for MistServer and MistTray.

Installation

brew tap ddvtech/mistserver
brew install mistserver

Optionally install the macOS menu bar app:

brew install --cask misttray

Usage

Start as a background service:

brew services start mistserver

Then open http://localhost:4242 in your browser.

Stop:

brew services stop mistserver

Or run in the foreground:

mistserver

Upgrade

brew update
brew upgrade mistserver

Logs

tail -f $(brew --prefix)/var/log/mistserver/mistserver.log

Links