Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/ts-realtime-morphology
https://github.com/pat/ts-realtime-morphology
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/pat/ts-realtime-morphology
- Owner: pat
- Created: 2017-03-17T15:13:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T23:51:23.000Z (over 4 years ago)
- Last Synced: 2024-10-09T10:42:26.434Z (3 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```