Skip to content

DevenLu/brewformulas.org

 
 

Repository files navigation

Je suis un développeur Breton!

brewformulas.org

Build Status Coverage Status Code Climate Dependency Status PullReview stats Stack Share

Brewformulas.org is a website to easily search and discover Homebrew formulas.

About this repository

This repository hosts the source code of http://brewformulas.org/. It is a Rails 4 and Ruby 2 application using Twitter bootstrap for the UI and sidekiq for the background jobs.

The aim of http://brewformulas.org/ is to provide a fast and simple web site to search for a Homebrew formula.

The website is under heavy development so feel free to check regularly in order to discover new features.

Documentation

In the case you would like to get access to the technical documentation, it's over here.

Build a new Docker container instance

When a new release is ready, here are the steps to follow to build and publish a new container :

$ docker build -f Dockerfile.production -t `whoami`/brewformulas.org .
$ docker tag `whoami`/brewformulas.org quay.io/`whoami`/brewformulas.org
$ docker push quay.io/`whoami`/brewformulas.org

About

A website to search and discover formulas from Homebrew for Mac

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.8%
  • Ruby 20.2%
  • Gherkin 7.0%
  • CoffeeScript 0.4%
  • CSS 0.3%
  • JavaScript 0.2%
  • Shell 0.1%