Elsol is a Solr library for Elixir.
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
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
Elsol uses ESpec for tests. ESpec is a framework very much like RSpec, and seems to be thoroughly tested and relatively mature.