forked from blallo/Feedati
doc: howto submodules + new login system
This commit is contained in:
parent
4ba98b97f8
commit
85f5081147
1 changed files with 13 additions and 4 deletions
17
README.md
17
README.md
|
@ -16,15 +16,24 @@ Serve installare le seguenti cosucce:
|
||||||
|
|
||||||
You need to resolve localhost as `feedati-fe`. Run:
|
You need to resolve localhost as `feedati-fe`. Run:
|
||||||
|
|
||||||
echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts
|
grep -wq feedati-fe /etc/hosts || echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Running `doit` is enough.
|
Running `doit3` is enough.
|
||||||
It will build images, configure them, then run everything.
|
It will build images, configure them, then run everything.
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
Point your browser to `http://feedati-fe/tt-rss/`.
|
Point your browser to `http://feedati-fe/login/` (NO, `http://localhost/` won't work).
|
||||||
|
|
||||||
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
|
||||||
|
|
Reference in a new issue