Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephennancekivell/searchbrew

The missing search for homebrew
https://github.com/stephennancekivell/searchbrew

homebrew

Last synced: about 2 months ago
JSON representation

The missing search for homebrew

Awesome Lists containing this project

README

        

[searchbrew.com](http://searchbrew.com)
==============

The missing search for homebrew.

![screenshot](https://raw.github.com/stephennancekivell/searchbrew/master/screenshot.png)

## publish

```
eval $(docker-machine env searchbrew)
cd server
sbt docker:publishLocal
cd ../docker-compose
docker-compose up -d
```