mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Updated Raspberry Pi (markdown)
parent
bca8102fa6
commit
156472cdf1
1 changed files with 15 additions and 0 deletions
|
|
@ -99,6 +99,21 @@ sudo setcap cap_net_bind_service=+ep /usr/local/bin/node
|
|||
```
|
||||
[Adding users](https://github.com/wekan/wekan/wiki/Adding-users)
|
||||
|
||||
#### Upgrade bundle
|
||||
|
||||
Stop Wekan. Then:
|
||||
```
|
||||
cd ~/repos
|
||||
rm -rf bundle
|
||||
wget https://releases.wekan.team/wekan-3.00.tar.gz
|
||||
tar -xzf wekan-3.00.tar.gz
|
||||
cd bundle/programs/server
|
||||
npm install
|
||||
npm install node-gyp node-pre-gyp fibers
|
||||
cd ../../..
|
||||
```
|
||||
Then Start Wekan.
|
||||
|
||||
#### b) Other CPU architectures
|
||||
|
||||
Do as above, but then also install node packages for your architecture:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue