Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusionauth/homebrew-fusionauth

macOS Homebrew tap for FusionAuth
https://github.com/fusionauth/homebrew-fusionauth

fusionauth homebrew homebrew-tap macos

Last synced: 10 days ago
JSON representation

macOS Homebrew tap for FusionAuth

Awesome Lists containing this project

README

        

# homebrew-fusionauth
macOS [Homebrew](https://brew.sh/) 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

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

## Start

```bash
brew services start fusionauth-search
brew services start fusionauth-app
```

## Upgrade

```bash
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
```bash
sb publish
```

Without using Savant
```bash
./publish.sh
```