From 85f508114737604ced7bee0391d30eec01af100a Mon Sep 17 00:00:00 2001 From: baz Date: Tue, 2 Oct 2018 09:58:19 +0200 Subject: [PATCH] doc: howto submodules + new login system --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d915e73..2faf209 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,24 @@ Serve installare le seguenti cosucce: 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 -Running `doit` is enough. +Running `doit3` is enough. It will build images, configure them, then run everything. ## 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