mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 10:38:50 +01:00
Updated Install and Update (markdown)
parent
b82926f683
commit
15e7bc5aa6
1 changed files with 3 additions and 0 deletions
|
|
@ -170,10 +170,12 @@ not recompiled though, that needs full rebuild.
|
|||
```bash
|
||||
rm -rf .build
|
||||
meteor build .build --directory
|
||||
cp fix-download-unicode/cfs_access-point.js .build/bundle/programs/server/packages/
|
||||
sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
|
||||
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
|
||||
rm -rf node_modules/bcrypt
|
||||
npm install bcrypt
|
||||
|
||||
cd .build/bundle/programs/server
|
||||
npm install
|
||||
cd ~/repos
|
||||
|
|
@ -329,6 +331,7 @@ git pull
|
|||
npm install
|
||||
rm -rf .build
|
||||
meteor build .build --directory
|
||||
cp fix-download-unicode/cfs_access-point.js .build/bundle/programs/server/packages/
|
||||
sed -i "s|build\/Release\/bson|browser_build\/bson|g" .build/bundle/programs/server/npm/node_modules/meteor/cfs_gridfs/node_modules/mongodb/node_modules/bson/ext/index.js
|
||||
cd .build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt
|
||||
rm -rf node_modules/bcrypt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue