mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +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
|
@ -5,7 +5,7 @@ cache: bundler
|
|||
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
||||
script:
|
||||
- docker-compose run web rake db:setup
|
||||
- docker-compose run -e CI=true -e TRAVIS=true -e TRAVIS_BRANCH=$TRAVIS_BRANCH -e TRAVIS_COMMIT=$TRAVIS_COMMIT -e TRAVIS_JOB_NUMBER=$TRAVIS_JOB_NUMBER -e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID -e TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG web rspec
|
||||
- docker-compose run -e CI=true -e TRAVIS=true -e TRAVIS_BRANCH=$TRAVIS_BRANCH -e TRAVIS_COMMIT=$TRAVIS_COMMIT -e TRAVIS_JOB_NUMBER=$TRAVIS_JOB_NUMBER -e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST -e TRAVIS_JOB_ID=$TRAVIS_JOB_ID -e TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG web bin/run-tests
|
||||
|
|
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
Reference in a new issue