Farmahubi notice aggregator for external RSS feeds
- Run
npm install
- You will need to configure the
app.env
file andconfigs/externalsources.json
to aggregate from the wanted sources. npm run start
to start the application.service-accounts.json
will be created inconfigs/
.- Congratulations, the aggregator is now running. Log files will be output to
service-logs/
.
- Create
production.env
inenv/
and set the wanted environment variables. docker build -t hubi-externalrss-service
docker-compose up