Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Sources service #479

Merged
merged 13 commits into from
Dec 26, 2024
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
Loading