From 168679707f31c70168aa0d615751bba8724a1c99 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 29 Apr 2020 16:29:57 +0300 Subject: [PATCH] Created Android (markdown) --- Android.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Android.md diff --git a/Android.md b/Android.md new file mode 100644 index 0000000..c6d57ff --- /dev/null +++ b/Android.md @@ -0,0 +1,16 @@ +### Running Wekan server at Android + +Requirements: +- arm64 Android with at least 3 GB RAM. Tested with with OnePlus 3 that has 6 GB RAM. +- It is not necessary to root Android. + +## 1) Install AnLinux and Termux from Play Store + +At AnLinux choose: +- Ubuntu +- XFCE4 +- Copy those commands to Termux to install Linux. + +## 2) At Termux + +... \ No newline at end of file