Skip to content

sonderformat-llc/homebrew-fusionauth

 
 

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>

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.7%
  • Ruby 7.6%
  • Shell 5.7%