https://github.com/manticoresoftware/homebrew-tap-old
The official Manticore Search Homebrew Tap
https://github.com/manticoresoftware/homebrew-tap-old
manticoresearch tap
Last synced: 8 months ago
JSON representation
The official Manticore Search Homebrew Tap
- Host: GitHub
- URL: https://github.com/manticoresoftware/homebrew-tap-old
- Owner: manticoresoftware
- License: apache-2.0
- Created: 2019-06-26T07:14:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T11:51:21.000Z (over 5 years ago)
- Last Synced: 2025-01-16T11:37:21.799Z (over 1 year ago)
- Topics: manticoresearch, tap
- Language: Ruby
- Homepage: https://manticoresearch.com/
- Size: 34.2 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://manticoresearch.com) 
# The Manticore Search Homebrew Tap
This is a custom [Homebrew](https://brew.sh) tap for Manticore Search.
Manticore Search is also available in the official [homebrew-core](https://github.com/Homebrew/homebrew-core) channel.
Please note that this tap compile Manticore and don't use bottle. It will install dependencies required for compiling.
## Setup
To add the custom tap:
```
$ brew tap manticoresoftware/tap
```
## Installing Formulae
```
$ brew install manticoresearch
```
To start as service:
```
$ brew services start manticoresearch
```
The configuration is located at ``/usr/local/etc/manticore/sphinx.conf``
Additional dependencies for indexing are ``mysql``, ``libpq`` and ``icu4c``.
Please note that the replication feature is not available on MacOS.
## Additional Information
This tap was created using the Homebrew documentation on [How to Create and Maintain a tap](https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md).
You can find additional information in the [Homebrew project README](https://github.com/Homebrew/brew#homebrew).