Skip to content

Commit

Permalink
Media Sources service (#479)
Browse files Browse the repository at this point in the history
* added media sources consolidation use case with dependencies and tests

* updated cache manger and activated media sources consolidation job

* added media sources service

* get dates ranges from solr

* added properties

* added order_by

* weeding out newspaper model

* removed obsolete script

* removed unused

* refactoring after testing with the web app

* exclude null valued properties

* extra query parameter and exclude newspapers service from public api

* removed newspaper from search facet bucket
  • Loading branch information
theorm authored Dec 26, 2024
1 parent 402ca3a commit 8514bed
Show file tree
Hide file tree
Showing 52 changed files with 1,977 additions and 926 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,11 @@ Getting up and running is as easy as 1, 2, 3, 4, 5.
You can also create a **service** using system d.

1. Configure the `config/development.json` and `config/production.json` according to your system settings
1. Preload the list of Newspaper and of the Topics.
2. Preload the list of the Topics.
```
NODE_ENV=development DEBUG=impresso* npm run update-newspapers
NODE_ENV=development DEBUG=impresso* npm run update-topics
```
1. Start the app! Use the env variable `NODE_ENV` to switch between your development or production configuration file.
3. Start the app! Use the env variable `NODE_ENV` to switch between your development or production configuration file.
```
NODE_ENV=development DEBUG=impresso* npm run dev
```
Expand Down
Loading

0 comments on commit 8514bed

Please sign in to comment.