relwell / elsol

An Elixir library for interfacing with Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elsol

Getting Started

This project requires having Elixir installed.

You can install Elixir from OS X via Homebrew with:

brew install elixir

Otherwise, you can [follow the installation instructions on elixir-lang.org)[http://elixir-lang.org/install.html]

Convenience Scripts

The following scripts provide basic shortcuts to mix commands to make building, developing, and testing easy and extensible.

To install all dependencies:

./scripts/install

To run tests:

./scripts/test

To interact with the code from a shell:

./scripts/console

About

An Elixir library for interfacing with Solr


Languages

Language:Elixir 99.0%Language:Shell 1.0%