meteor-up

Bots preventing Meteor server from deploying on Digital Ocean with Meteor Up

那年仲夏 提交于 2019-12-08 09:46:16
问题 When I am using Meteor Up to deploy my app to a Digital Ocean Droplet, I am receiving the following error in the logs preventing the app from deploying. I have the exact same deployment on a different Droplet with no such issue. According to my research online, this is a known issue caused by bots trying to make a GET request on the server, apparently attempting to use the server as a proxy. EDIT: To clarify, my app loads in the browser just fine due to a previous successful deploy. This

Using Meteor App on iPad that was deployed to remote server with Meteor-up (issue connecting to mongodb)

假如想象 提交于 2019-12-08 09:07:21
问题 I've deployed a Meteor app to my own server with Meteor-up which has worked out just fine if I try to connect to it through my browser. Now, I'm trying to connect to the app via my iPad. I've built said app with the command sudo meteor run ios-device and envoked the MONGO_URL in the Meteor.startup function: Meteor.startup(function () { process.env.MONGO_URL = "mongodb://user:password@ipaddress:port/meteor"; }); The issue is that I'm unable to connect to the mongo database that was created by

How can I deploy Meteor app in DigitalOcean Meteor up: Error response from daemon: No such container

假装没事ソ 提交于 2019-12-08 04:19:56
问题 I have finished developing my application in meteor and I want to deploy it to the web from DigitalOcean with Meteor up. I have read some documentation to understand the steps to follow. http://meteortips.com/deployment-tutorial/digitalocean-part-1/ Then configure the mup.js with the data that DigitalOcean delivers. I run the mup setup command, there is no problem here, it installs Docker, Meteor, Mongo. But when I run the mup deploy command, the terminal shows me the following error message.

How can I deploy Meteor app in DigitalOcean Meteor up: Error response from daemon: No such container

孤街浪徒 提交于 2019-12-06 15:40:11
I have finished developing my application in meteor and I want to deploy it to the web from DigitalOcean with Meteor up. I have read some documentation to understand the steps to follow. http://meteortips.com/deployment-tutorial/digitalocean-part-1/ Then configure the mup.js with the data that DigitalOcean delivers. I run the mup setup command, there is no problem here, it installs Docker, Meteor, Mongo. But when I run the mup deploy command, the terminal shows me the following error message. This container I think has to do with Docker, I really do not know. I would like someone to explain

Deploying Meteor to production with Meteor-Up, SSL and NGINX

十年热恋 提交于 2019-12-03 13:10:03
问题 I'm having difficulty deploying my meteor app ("myApp" below) into production using meteor-up with https and NGINX as a proxy. In particular, I think I am having trouble configuring the correct ports and/or paths. The deployment has worked in most respects. It is running on a digital ocean droplet with a mongohq (now compose.io) database. My mup setup , mup reconfig (run now many times on my mup.json file) and mup deploy commands with meteor-up all report no errors. If I ssh into my ubuntu

Meteor-up terminates after running deploy

旧巷老猫 提交于 2019-12-02 23:31:34
问题 I don't know why I'm getting this error. Meteor-up is a brilliant. Whenever I run the deploy command it gets to a time and terminates. Could it be that a timeout has been set for the server to finish uploading the files? C:\Programs\contract\schoolapps\.deploy>mup.cmd deploy --cached-build ┌─────────────────────────────────────┐ │ │ │ update available 1.3.2 => 1.3.3 │ │ To update, run npm i -g mup │ │ │ └─────────────────────────────────────┘ Not building app. Using build from previous deploy

Meteor-up terminates after running deploy

我的梦境 提交于 2019-12-02 09:32:15
I don't know why I'm getting this error. Meteor-up is a brilliant. Whenever I run the deploy command it gets to a time and terminates. Could it be that a timeout has been set for the server to finish uploading the files? C:\Programs\contract\schoolapps\.deploy>mup.cmd deploy --cached-build ┌─────────────────────────────────────┐ │ │ │ update available 1.3.2 => 1.3.3 │ │ To update, run npm i -g mup │ │ │ └─────────────────────────────────────┘ Not building app. Using build from previous deploy at C:\Users\Kehinde\AppData\Local\Temp\mup-meteor-58e876b4-e682-4ecf-9d41-168fa46a5b19 Started

AWS SES with Meteor

限于喜欢 提交于 2019-12-02 02:42:41
I'm trying to out a Meteor package to interface with AWS SES called tarang:email-ses built by @Akshat. I'm on Meteor @1.* running on a AWS EC2 instance. When I a test run with the code below, no email was sent out. Meteor Code I've set up the AWS access key ID and secret access key and use it here: Meteor.startup(function () { Email.configSES({ AWSAccessKeyID: 'access-key', AWSSecretKey: 'secret-key' }); }); I've also verified my emails and domain. Here I make sure I'm sending from my verified sender SES address: Accounts.emailTemplates.from = 'Domain Name <support@domain-name.com>'; Then in a

Meteor Up deploy failed but app runs fine in development

会有一股神秘感。 提交于 2019-12-01 23:21:57
问题 I am testing deployment of my first Meteor app, and thought using Meteor Up. After fiddling around much, I managed to run mup setup without any errors and everything seems fine. However, running mup deploy fails : $ mup deploy Building App Bundle Locally Errors prevented bundling: While minifying app code: eval at <anonymous> (/home/yanick/.meteor/packages/standard-minifier-js/.1.2.1.s85ddv++os+web.browser+web.cordova/plugin.minifyStdJS.os/npm/node_modules/meteor/minifier-js/node_modules

Meteor Up deploy failed but app runs fine in development

自闭症网瘾萝莉.ら 提交于 2019-12-01 20:23:40
I am testing deployment of my first Meteor app, and thought using Meteor Up. After fiddling around much, I managed to run mup setup without any errors and everything seems fine. However, running mup deploy fails : $ mup deploy Building App Bundle Locally Errors prevented bundling: While minifying app code: eval at <anonymous> (/home/yanick/.meteor/packages/standard-minifier-js/.1.2.1.s85ddv++os+web.browser+web.cordova/plugin.minifyStdJS.os/npm/node_modules/meteor/minifier-js/node_modules/uglify-js/tools/node.js:28:1), <anonymous>:1545:18: SyntaxError: Unexpected token: name (Converter) at new