From cd80763672253ccab00913853dd3cfa9b936989f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 13 Feb 2020 23:23:37 +0200 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index 496b9cb..d30ef33 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -89,6 +89,11 @@ sudo reboot Look at webbrowser files at https://releases.wekan.team/raspi3/ +Or install elinks textmode browser and download with it: +``` +sudo apt-get install elinks +elinks https://releases.wekan.team/raspi3 +``` Download and open README.md, there could be text similar to this: ``` README @@ -96,6 +101,29 @@ Currently uses Node v12.15.0 and MongoDB v3.x or v4.x Built on Ubuntu 19.10 arm64 on RasPi4. Should work on RasPi3 and RasPi4 on Ubuntu 19.10 64bit. ``` +Install these: +``` +sudo apt-get install npm mongodb-server mongodb-clients mongodb-tools zip unzip +sudo npm -g install npm +sudo npm -g install n +``` +Then from README.md you downloaded, look at Node version, and install it, for example: +``` +sudo n 12.15.0 +``` +Then look again files: +``` +elinks https://releases.wekan.team/raspi3/ +``` +Download there from file like this: +``` +wekan-3.xx-arm64.zip +``` +With elinks, you can use arrow keys to navigate, and enter to download file to current directory. + + +*** + ## Wekan for RasPi3 arm64 and other CPU architectures