README.md 928 B

FEEDATI

La nuova frontiera dello smanettamento con gli RSS

Install

Serve installare le seguenti cosucce:

  • docker
  • docker-compose
  • go get 'github.com/betalo-sweden/await' (serve Go >= 1.8)
  • doit (pip3 install doit==0.31 or apt-get install python3-doit)

Some more setup

You need to resolve localhost as feedati-fe. Run:

grep -wq feedati-fe /etc/hosts || echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts

Run

Running doit3 is enough. It will build images, configure them, then run everything.

Use

Point your browser to http://feedati-fe/login/ (NO, http://localhost/ won't work).

Demo account is admin / password

Update

This repository makes heavy use of submodules, so after git pull, it is required to run git submodule update --init.

The typical "testing" command is therefore:

git pull && git submodule update --init && doit3