KanServer: Difference between revisions

From CLAIF Wiki
Jump to navigationJump to search
Line 11: Line 11:
  sudo npm -g install @mapbox/node-pre-gyp
  sudo npm -g install @mapbox/node-pre-gyp
  sudo npm -g install meteor@2.14 --unsafe-perm
  sudo npm -g install meteor@2.14 --unsafe-perm
export PATH=$PATH:/home/demo/.meteor
meteor npm install production
meteor build .build --directory --platforms=web.browser


== Notes ==
== Notes ==
# Machine must have at least 3 gigs of ram. Crashes at installing meteor, with 384 megs.
# Machine must have at least 3 gigs of ram. Crashes at installing meteor, with 384 megs.
# be ready to read rebuild-wekan.sh if you want to actually get it running.
# be ready to read rebuild-wekan.sh if you want to actually get it running.

Revision as of 13:17, 11 January 2026

Post Install

git clone https://github.com/wekan/wekan.git
cd wekan
git checkout v8.17
sudo apt update
sudo apt install -y build-essential gcc g++ make git curl wget p7zip-full zip unzip unp npm p7zip-full
sudo npm install -g n
export N_NODE_MIRROR=https://github.com/wekan/node-v14-esm/releases/download
sudo -E n 14.21.4
sudo npm -g install @mapbox/node-pre-gyp
sudo npm -g install meteor@2.14 --unsafe-perm
export PATH=$PATH:/home/demo/.meteor
meteor npm install production
meteor build .build --directory --platforms=web.browser

Notes

  1. Machine must have at least 3 gigs of ram. Crashes at installing meteor, with 384 megs.
  2. be ready to read rebuild-wekan.sh if you want to actually get it running.