modulus.io

Meteor, Modulus and secure websockets

我与影子孤独终老i 提交于 2019-12-08 00:44:41
问题 Trying to get my head around websockets and xhr in a Meteor -> Modulus context. I've been noticing lengthy response times on occasion apparently due to websockets falling back to xhr when it can't connect...I'm trying to diagnose why. Production app is being hosted on Modulus. SSL enabled. Things I've done/checked so far Upgrade all the things: The app has been running at 1.0.2.1 (latest) but was originally created during the ~0.65 days. As first order of business I upgraded the standard-app

Meteor + CodeShip + Modulus

会有一股神秘感。 提交于 2019-12-06 08:13:02
问题 Can anyone recommend a good setup script to deploy to Modulus after passing tests? Right now I'm using: nvm install 0.10.28 nvm use 0.10.28 curl -o meteor_install_script.sh https://install.meteor.com/ chmod +x meteor_install_script.sh sed -i "s/type sudo >\/dev\/null 2>&1/\ false /g" meteor_install_script.sh ./meteor_install_script.sh export PATH=$PATH:~/.meteor/ meteor --version Which is basically what I've managed to copy + paste around the interwebz and I have no idea what I'm doing.

Meteor, Modulus and secure websockets

泄露秘密 提交于 2019-12-06 08:02:12
Trying to get my head around websockets and xhr in a Meteor -> Modulus context. I've been noticing lengthy response times on occasion apparently due to websockets falling back to xhr when it can't connect...I'm trying to diagnose why. Production app is being hosted on Modulus. SSL enabled. Things I've done/checked so far Upgrade all the things: The app has been running at 1.0.2.1 (latest) but was originally created during the ~0.65 days. As first order of business I upgraded the standard-app-packages to meteor-platform packages and restarted the server. No change. Modulus: Check...Modulus does

Meteor + CodeShip + Modulus

北城余情 提交于 2019-12-04 15:43:16
Can anyone recommend a good setup script to deploy to Modulus after passing tests? Right now I'm using: nvm install 0.10.28 nvm use 0.10.28 curl -o meteor_install_script.sh https://install.meteor.com/ chmod +x meteor_install_script.sh sed -i "s/type sudo >\/dev\/null 2>&1/\ false /g" meteor_install_script.sh ./meteor_install_script.sh export PATH=$PATH:~/.meteor/ meteor --version Which is basically what I've managed to copy + paste around the interwebz and I have no idea what I'm doing. Finally my test pipeline is: meteor --test The output from CodeShip logs: I20150515-13:34:16.005(0)?

Meteor 0.9 Modulus deployment doesn't work - “Cannot find module 'fibers'”

此生再无相见时 提交于 2019-11-28 23:22:52
When trying to deploy a newly created Meteor (0.9) app I always get this error message in the Modulus logs: module.js:340 throw err; ^ Error: Cannot find module 'fibers' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/mnt/data/2/programs/server/boot.js:1:75) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js

Meteor 0.9 Modulus deployment doesn't work - “Cannot find module 'fibers'”

元气小坏坏 提交于 2019-11-27 14:43:27
问题 When trying to deploy a newly created Meteor (0.9) app I always get this error message in the Modulus logs: module.js:340 throw err; ^ Error: Cannot find module 'fibers' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object.<anonymous> (/mnt/data/2/programs/server/boot.js:1:75) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at