KanServer: Difference between revisions

From CLAIF Wiki
Jump to navigationJump to search
fix formatting; extend.
add missing sudo, apt update.
Line 4: Line 4:
  cd wekan
  cd wekan
  git checkout v8.17
  git checkout v8.17
  apt install -y build-essential gcc g++ make git curl wget p7zip-full zip unzip unp npm p7zip-full
  sudo apt update
sudo apt install -y build-essential gcc g++ make git curl wget p7zip-full zip unzip unp npm p7zip-full

Revision as of 11:54, 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