mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 03:28:50 +01:00
Updated Install and Update (markdown)
parent
c76b2c42d5
commit
a09010fe60
1 changed files with 4 additions and 3 deletions
|
|
@ -141,9 +141,10 @@ sudo rm -rf ~/.npm
|
|||
|
||||
# Download Wekan
|
||||
git clone https://github.com/wekan/wekan
|
||||
cd wekan
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd wekan/packages
|
||||
git clone https://github.com/wekan/flow-router.git kadira-flow-router
|
||||
git clone https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core
|
||||
cd ..
|
||||
|
||||
# When rebuilding, delete npm 5.x package-lock.json file because it gives Base64 package errors
|
||||
rm package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue