mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Update travis config to use run-tests script
And the README as well for good measure.
This commit is contained in:
parent
7cfe69c61b
commit
0341c9c5eb
2 changed files with 14 additions and 8 deletions
18
README.md
18
README.md
|
@ -6,24 +6,24 @@
|
|||
|
||||
## Usage / Features
|
||||
|
||||
The Stadtratmonitor Leipzig is a lightweight user interface for performing full text searches against paper contents issued to the city council of Leipzig. Note, this solution uses the data from [Ratsinformationssystem Leipzig](https://ratsinfo.leipzig.de/bi/allris.net.asp) that also offers [text search capabilities](https://ratsinfo.leipzig.de/bi/yw010.asp).
|
||||
The Stadtratmonitor Leipzig is a lightweight user interface for performing full text searches against paper contents issued to the city council of Leipzig. Note, this solution uses the data from [Ratsinformationssystem Leipzig](https://ratsinfo.leipzig.de/bi/allris.net.asp) that also offers [text search capabilities](https://ratsinfo.leipzig.de/bi/yw010.asp).
|
||||
|
||||
### Sorting
|
||||
* Sort by date, paper was issued
|
||||
|
||||
|
||||

|
||||
|
||||
* Sort by relevance, e.g. how often the search keyword appears inside the title resp. the content of the paper
|
||||
|
||||
|
||||

|
||||
|
||||
### Filtering
|
||||
* By paper type
|
||||
|
||||
|
||||

|
||||
|
||||
* By originator
|
||||
|
||||
|
||||

|
||||
|
||||
### Staying up-to-date
|
||||
|
@ -38,7 +38,7 @@ The Stadtratmonitor Leipzig is a lightweight user interface for performing full
|
|||
|
||||
#### Example using Firefox and RSSOWL
|
||||
Click on the newsfeed icon in the address bar
|
||||

|
||||

|
||||
|
||||
Copy the URL from the address bar
|
||||

|
||||
|
@ -76,3 +76,9 @@ docker.
|
|||
Edit the morph.yml file and insert the Morph API key
|
||||
1. Import the data from our scraper: `docker-compose run web rake import_papers`
|
||||
1. Build the elasticsearch index: `docker-compose run web rake index:rebuild`
|
||||
|
||||
### Running tests
|
||||
|
||||
Assuming docker and docker-compose is installed:
|
||||
|
||||
1. `docker-compose run web bin/run-tests`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue