Archived
2
0
Fork 0
forked from blallo/Feedati

doc: howto submodules + new login system

This commit is contained in:
baz 2018-10-02 09:58:19 +02:00
parent 4ba98b97f8
commit 85f5081147

View file

@ -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