short for **meteor up**, mup bundles and packages your Meteor app into a tarball for deployment
Questions tagged [mup]
81 questions
0
votes
1 answer
How to pass arguments in mup config for meteor run command?
Mup version (1.4.3):
module.exports = {
servers: {
},
meteor: {
// TODO: change app name and path
name: 'e-commerce',
path: '../../store', //diff
servers: {
// one: {},
two:…

Sijan Shrestha
- 2,136
- 7
- 26
- 52
0
votes
1 answer
Verifying Deployment: FAILED using MUP for my meteor app
I have a problem deploying my app on my VPS.
Know that i tried to do it many time on different versions of UBUNTU:
Ubuntu 14.04 (64 bit)
Ubuntu 16.04 (64 bit)
Ubuntu 17.10 (64 bit)
Commands:
mup init
Then i filled and edited my mup.js file like…

S Triss
- 3
- 6
0
votes
1 answer
meteor mup: building and deploying programatically
I want to set autoscaling for my meteor app.
Ideally I would like to keep build image ready on s3(or some other storage, image would be typically generated from last build) and using aws-lambda(so that no dedicated build server is needed) to deploy…

hridayesh
- 1,123
- 1
- 14
- 36
0
votes
1 answer
mongodb failed to launch with mup setup (Cannot connect to the Docker daemon)
First i installed UBUNTU 14.04 64bit/32bit (Tried it too with UBUNTU 16.04 64bit).
When i launch mup setup, i get this error message:
----------------------------------
Started TaskList: Setup Docker
[xx.xx.xx.xx] - Setup Docker
[xx.xx.xx.xx] -…

S Triss
- 3
- 6
0
votes
1 answer
Meteor deploy (mup) running into errors
-----------------------------------STDERR-----------------------------------
The command '/bin/sh -c cd /built_app/programs/server && npm install --unsafe-perm' returned a non-zero code:…

Darren Tu
- 13
- 3
0
votes
0 answers
Importing collections breaks Meteor app deployed with mup
My Meteor app is running on a Digital Ocean droplet.
Meteor: v1.5.3
Server: Ubuntu 14.04.5 x 64
It deploys fine with mup but when I use Studio 3T to import the collections from my old 1.2 app, I see continual error messages in the console like:
GET…

Little Brain
- 2,647
- 1
- 30
- 54
0
votes
1 answer
Deploy Meteor Digital Ocean Ubuntu - No such container error
I'm struggeling with a problem by deploying my Meteor App to Digital Ocean Ubuntu 16.04. My Meteor Version is METEOR@1.5.2.2
mup setup work perfect.
mup deploy Throws an error.
I googled this error but I cant find a solution for this
Started…

Rionidas
- 1
- 2
0
votes
2 answers
Meteor-Up (mup) error after "mup init"
I am trying to use mup to deploy a meteor app to my DigitalOcean droplet.
What I have done so far
Followed instructions on "Meteor-Up" website http://meteor-up.com/getting-started.html.
Installed mup via "npm install --global mup"
Created…

user8891334
- 171
- 1
- 4
- 10
0
votes
1 answer
How can I download a Meteor application sent by MUP?
I have lost the Meteor application files that have been sent via MUP, which are on different Linux servers in Digital Ocean. Is there an easy way to download the developed applications so I can make the changes?

MeteoritoBr
- 9
- 4
0
votes
2 answers
Meteor Up - Error: connect ECONNREFUSED 192.168.100.12:
I have a Meteor App based on Angular 1.3 + Meteor 1.5.2.2.
I am using Ubuntu 17.
I am trying to deploy my Meteor App on local machine first before going for live server using Meteor Up.
But I am facing this issue when running mup setup…

StormTrooper
- 1,731
- 4
- 23
- 37
0
votes
1 answer
"Unhandled 'error' event " or How to deploy meteor app with mup on NGINX?
I want to build a Meteor app with MUP to an NGINX powered server. Half a year ago, I made it, and everything was fine, but now I got this error:
events.js:141
throw er; // Unhandled 'error' event
Error: connect ECONNREFUSED 188.166.60.237:22
at…

Oysho Boy
- 55
- 3
- 8
0
votes
1 answer
Meteor (mup and Galaxy) - Update to settings.json only
Do you have to do a full deploy with mup or Galaxy if only settings.json is changing?

Sun Lee
- 879
- 2
- 8
- 17
0
votes
0 answers
Cordova plugin whitelist error causes meteor (and then mup) to fail
When running a meteor.js app via meteor run --verbose android I get this error:
Failed to install 'cordova-plugin-whitelist':Cannot find plugin.xml
for plugin "cordova-plugin-whitelist". Please try adding it again.
I've tried the fix suggested here…

ManInTheArena
- 89
- 1
- 9
0
votes
1 answer
Meteor MUP PhantomJS error
I'm using mup to deploy the Meteor app:
docker Image : abernix/meteord:base
using ongoworks:spiderable for phantomjs / docker compatibility
Spiderable works fine in local development environment.
I am getting error when trying to
$curl…

Davinder
- 5,107
- 1
- 11
- 8
0
votes
1 answer
Why does Meteor /Mupx deployment fail on one computer but not another?
I am able to deploy to digital ocean from one computer, but when I try to make a change and deploy from another laptop I get this error. The configuration on both is almost identical except the start.sh file lives in two separate places.
Verifying…

Squirrl
- 4,909
- 9
- 47
- 85