mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Raspberry Pi (markdown)
parent
56794d7c67
commit
86b0af2756
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue