Questions tagged [mup]

short for **meteor up**, mup bundles and packages your Meteor app into a tarball for deployment

81 questions
0
votes
1 answer

mup deploy works but image won't start

I'm deploying my Meteor app with mup from a Windows 10 box to a Digital Ocean VPS. Latest version of mup, latest version of meteor, app runs fine on Windows and the app deployed and ran fine before adding node-uber NPM. I see the following error in…
Ronald Currier
  • 575
  • 1
  • 5
  • 11
0
votes
1 answer

meteor up - mup setup deploy error on digitalocean

Sorry for the question, but i didn't find any useful answer until now. I am trying to follow a simple tutorial , and everything is going fine. But when i type 'mup setup' on my local pc, I got this error: Started TaskList: Setup…
Don Diego
  • 1,309
  • 3
  • 23
  • 46
0
votes
1 answer

Meteor Deployment via MUP

I am trying to deploy my app via MUP ,everything works fine except when I run command mup deploy. In browser website loads but it does not shows the latest changes I have made. Build files has all changes that I have made.I am using Amazon EC2 for…
Parth Mahida
  • 604
  • 1
  • 5
  • 19
0
votes
1 answer

Connect GoDaddy Domain Name to Meteor app deployed on linode using MUP?

I am trying to connect a METEOR website hosted on LINODE which i have already deployed using MUP and can be accessed using the ip-address of the linode machine node to a domain name I have on GODADDY. I have tried multiple things. Furthermore, I…
0
votes
1 answer

meteor mup setup mongo failed sudo: command not found

I try to setup my Meteor environment by using : mup setup But I get this error : Me% mup setup update 1.0.4 => 1.1.2 Started TaskList: Setup Docker [93.118.34.197] - setup docker [93.118.34.197] - setup docker: SUCCESS Started TaskList: Setup…
Samuel Dauzon
  • 10,744
  • 13
  • 61
  • 94
-1
votes
1 answer

Running Meteor.js. What it means "running first time"?

I have created a Dockerfile for creating docker container which can be used to deploy Meteor app using mup. FROM node:8.11.3-stretch MAINTAINER Pavan Kumar RUN npm install npm@latest -g RUN npm install -g mup RUN curl https://install.meteor.com/ |…
Pavan Kumar
  • 1,715
  • 1
  • 24
  • 48
1 2 3 4 5
6