mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Android (markdown)
parent
a11ab7b89b
commit
68d2a21afd
1 changed files with 14 additions and 1 deletions
15
Android.md
15
Android.md
|
|
@ -21,4 +21,17 @@ Edit start-wekan.sh so you can start Wekan for example:
|
||||||
ROOT_URL=http://localhost:2000
|
ROOT_URL=http://localhost:2000
|
||||||
PORT=2000
|
PORT=2000
|
||||||
```
|
```
|
||||||
At Android webbrowser like Chrome and Firefox browse to http://localhost:2000
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue