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.
brew tap fusionauth/fusionauth
brew install fusionauth-app fusionauth-search
brew services start fusionauth-search
brew services start fusionauth-app
brew upgrade fusionauth-app
brew upgrade fusionauth-search
Logs: /usr/local/var/log/fusionauth/
Config file: /usr/local/etc/fusionauth/fusionauth.properties
Using Savant
sb publish
Without using Savant
./publish.sh <version>