From 68d2a21afd443c429d70f597f927e2da3ad016a5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 29 Apr 2020 17:18:14 +0300 Subject: [PATCH] Updated Android (markdown) --- Android.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Android.md b/Android.md index ed82472..24c735e 100644 --- a/Android.md +++ b/Android.md @@ -21,4 +21,17 @@ Edit start-wekan.sh so you can start Wekan for example: ROOT_URL=http://localhost:2000 PORT=2000 ``` -At Android webbrowser like Chrome and Firefox browse to http://localhost:2000 \ No newline at end of file +At Android webbrowser like Chrome and Firefox browse to http://localhost:2000 + +## 3) WLAN + +If you connect to WLAN, you can get your IP address with command: +``` +ip address +``` +Edit start-wekan.sh so you can start Wekan for example: +``` +ROOT_URL=http://IP-ADDRESS:2000 +PORT=2000 +``` +Then you can use any computer or mobile phone webbrowser at WLAN to use Wekan at http://IP-ADDRESS:2000 like http://192.168.0.100:2000 \ No newline at end of file