Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fusionauth/homebrew-fusionauth
- Owner: FusionAuth
- License: apache-2.0
- Created: 2018-10-06T18:07:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T22:52:45.000Z (2 months ago)
- Last Synced: 2024-09-13T11:20:07.809Z (2 months ago)
- Topics: fusionauth, homebrew, homebrew-tap, macos
- Language: Ruby
- Homepage: https://fusionauth.io
- Size: 157 KB
- Stars: 2
- Watchers: 11
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# homebrew-fusionauth
macOS [Homebrew](https://brew.sh/) tap for FusionAuthEasy 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
```