mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added building fibers.
Thanks to xet7 !
This commit is contained in:
parent
45d53dede4
commit
0460a7d9d3
6 changed files with 17 additions and 2 deletions
|
@ -79,6 +79,9 @@ sudo rm /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/raj
|
|||
rm -rf /home/wekan/app_build/bundle/programs/web.browser.legacy
|
||||
cd /home/wekan/app_build/bundle/programs/server/
|
||||
sudo npm install
|
||||
cd node_modules/fibers
|
||||
node build.js
|
||||
cd ../..
|
||||
sudo chown -R wekan:wekan ./node_modules
|
||||
|
||||
#cd /home/wekan/app_build/bundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue