Skip to content
No description or website provided.
Ruby
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
Formula
.gitignore
LICENSE
README.md

README.md

homebrew-elastico

Build Status

Homebrew formula for elastico.

Usage

$ brew tap dutchcoders/homebrew-elastico
$ brew install elastico

Troubleshooting

  • Make sure you're using the right formula. brew info elastico should have a From line similar to this:

    From: https://github.com/dutchcoders/homebrew-elastico/blob/master/Formula/elastico.rb
    

    If your formula points elsewhere, then you need to retap the elastico formula. Do so with the following sequence of commands:

    brew uninstall elastico --force
    brew prune
    brew tap dutchcoders/homebrew-elastico
    brew tap --repair
    brew install elastico
    
  • Run brew update — then try again.
  • Run brew doctor — the doctor diagnoses common issues.
  • You can create a gist log with brew gist-logs elastico.
  • Use --verbose to get the verbose output, i.e. brew install --verbose elastico.
  • Use --debug to be in the debug mode. In the debug mode, when failing, you can go into the interactive shell to check the building files before homebrew neutralizing them.
Something went wrong with that request. Please try again.