docs/Platforms/FOSS/Android.md
Requirements:
At AnLinux choose:
When you get from Termux to Ubuntu bash, you can install Wekan similarly like arm64 or x64: https://github.com/wekan/wekan/wiki/Raspberry-Pi
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
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 Javascript capable webbrowser at WLAN to use Wekan at http://IP-ADDRESS:2000 like http://192.168.0.100:2000 . More info about ROOT_URL.
Requirements:
This way, you have: