Skip to content

FusionAuth/homebrew-fusionauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-fusionauth

macOS Homebrew tap for FusionAuth

Easy installation of FusionAuth via Homebrew.

Simply install and start the services. Then navigate to http://localhost:9011 and follow the setup prompts.

The following examples assume you will be installing both fusionauth-app and fusionauth-search. If you have access to another instance of Elasticsearch that meets the minimum requirement, you may omit the fusionauth-search service.

Install

brew tap fusionauth/fusionauth
brew install fusionauth-app fusionauth-search

Start

brew services start fusionauth-search
brew services start fusionauth-app

Upgrade

brew upgrade fusionauth-app
brew upgrade fusionauth-search

Config

Logs: /usr/local/var/log/fusionauth/ Config file: /usr/local/etc/fusionauth/fusionauth.properties

Release

Using Savant

sb publish

Without using Savant

./publish.sh <version>