From 86b0af27568e9746f643ce7b2ea8ddf8fcaca5dc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 22 Nov 2021 04:11:55 +0200 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index 10db492..551f974 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -1,7 +1,9 @@ This page is NOT only about Raspberry Pi. This page IS about install without container for ANY Linux/BSD/[macOS](https://github.com/wekan/wekan/wiki/Mac)/[Windows](https://github.com/wekan/wekan/wiki/Offline) using CPU of amd64/arm64/s390x/ppc64le. WeKan only requires: -- WeKan bundle .zip file of Javascript etc for that CPU. Only difference per CPU is that fibers package is compiled for that CPU. +- WeKan bundle .zip file of Javascript etc for that CPU. Only difference per CPU is that fibers package is compiled for that CPU. Those .zip files are built this way, for example: + - `git clone https://github.com/wekan/wekan && cd wekan && ./releases/release-wekan.sh WEKAN-VERSION-NUMBER` where version like 5.55 + - releases directory has `rebuild-release.sh` that build amd64 bundle, `release-bundle.sh` that uploads amd64 bundle to arm64/s390x/ppc64le servers, and `maintainer-make-bundle-*.sh` scripts for compiling fibers on those arm64/s390x/ppc64le servers. Note: Only xet7 has ssh private keys to build servers, as maintainer of WeKan. - Node.js binary, version number is at https://wekan.github.io Download section, like https://nodejs.org/dist/latest-v12.x/ - MongoDB, version number is at https://wekan.github.io Download section, like 3.x-4.x https://www.mongodb.com/try/download/community or Percona MongoDB https://www.percona.com/software/mongodb/feature-comparison Download at https://www.percona.com/downloads/percona-server-mongodb-LATEST/ - some way to start Wekan, like any of: