From 681374b3ce5b0dcb31a5e2587919092dd323ad4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Herrero=20Garc=C3=ADa?= Date: Mon, 19 Apr 2021 13:24:33 +0200 Subject: [PATCH] doc(docker-installation): #4445 warning to clarify localhost access --- content/30min-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/30min-setup.md b/content/30min-setup.md index 65818dd..e3221a8 100644 --- a/content/30min-setup.md +++ b/content/30min-setup.md @@ -49,9 +49,9 @@ back instance: $ ./taiga-manage.sh [COMMAND] ``` -Default access for the application is **http://localhost:9000**. +If you're testing it in your own machine, you can access the application in **http://localhost:9000**. If you're deploying in a server, you'll need to configure hosts and nginx as described later. -As **EXTRA**: the default `launch-all.sh` script comes with [penpot](https://penpot.app), the open-source solution for design and prototyping. The default access for the penpot application is **http://locahost:9001** +As **EXTRA**: the default `launch-all.sh` script comes with [penpot](https://penpot.app), the open-source solution for design and prototyping. The default same machine access for the penpot application is **http://locahost:9001** It's developed by the same team behind Taiga. If you want to give it a try, you can go to [penpot's github](https://github.com/penpot/penpot/tree/develop/docs) to review its own configuration variables.