mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Add building bson
parent
371d8a40b0
commit
bae5241ead
1 changed files with 8 additions and 0 deletions
|
|
@ -165,6 +165,10 @@ not recompiled though, that needs full rebuild.
|
||||||
```bash
|
```bash
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
meteor build .build --directory
|
meteor build .build --directory
|
||||||
|
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
|
cd .build/bundle/programs/server
|
||||||
npm install
|
npm install
|
||||||
cd ~/repos
|
cd ~/repos
|
||||||
|
|
@ -320,6 +324,10 @@ git pull
|
||||||
npm install
|
npm install
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
meteor build .build --directory
|
meteor build .build --directory
|
||||||
|
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
|
cd .build/bundle/programs/server
|
||||||
npm install
|
npm install
|
||||||
cd ~/repos
|
cd ~/repos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue