Guide for using Meteor 1.4 with MUP
1. Install NVM on your server, and set node version to 4.6.x
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
nvm install 4.6
(https://github.com/creationix/nvm)
2. Setup MUP on your local development machine
(https://github.com/kadirahq/meteor-up)
3. Ensure you are using the latest version of npm on your local machine
$ npm install update
4. Use the proper docker image in your mup.js
References:
Setup with 1.4
https://github.com/kadirahq/meteor-up/issues/334
Fix SSL Issue
// add force-ssl package
meteor add force-ssl
// on remote server
sudo rm -rf /opt/myappfolder
// on local machine
mup setup
mup deploy