Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pat/ts-realtime-morphology


https://github.com/pat/ts-realtime-morphology

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# README

This demo app expects Sphinx to be compiled with libstemmer support.

The database is currently using PostgreSQL. If you want to use a different database, you should modify `config/database.yml` before running any commands.

To set everything up and run the tests:

```
bundle
# Creates the database, runs migrations, starts Sphinx:
./bin/rake morphology:setup
# Run morphology tests:
./bin/rake morphology:test
# Stops Sphinx, drops the database:
./bin/rake morphology:packdown
```