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 elixirOtherwise, 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/installTo run tests:
./scripts/testTo interact with the code from a shell:
./scripts/consoleElsol uses ESpec for tests. ESpec is a framework very much like RSpec, and seems to be thoroughly tested and relatively mature.