You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“ Checkout Kadira!
It's the best way to monitor performance of your app.
Visit: https://kadira.io/mup ”
Meteor app path : /root/meteorapp
Using buildOptions : {}
=> Build Error. Check the logs printed above.
When check error through : mupx logs it show below.
Error: No such container: app
root@autoleads:~/meteorapp#
my mupx.json file.
{
// Server authentication info
"servers": [
{
"host": "####",
"username": "root",
"password": "####",
// or pem file (ssh based authentication)
// WARNING: Keys protected by a passphrase are not supported
//"pem": "~/.ssh/id_rsa"
// Also, for non-standard ssh port use this
//"sshOptions": { "port" : 49154 },
// server specific environment variables
"env": {}
}
],
// Install MongoDB on the server. Does not destroy the local MongoDB on future setups
"setupMongo": true,
// Application name (no spaces).
"appName": "app",
"app": ".", *_// Because mupx.json file in meteor project directory_*
// Configure environment
// ROOT_URL must be set to your correct domain (https or http)
"env": {
"PORT": 80,
"ROOT_URL": "http://#.#.#.#"
},
// Meteor Up checks if the app comes online just after the deployment.
// Before mup checks that, it will wait for the number of seconds configured below.
"deployCheckWaitTime": 30,
// show a progress bar while uploading.
// Make it false when you deploy using a CI box.
"enableUploadProgressBar": true
}
The text was updated successfully, but these errors were encountered:
Hi, I am getting error when try to deploy meteor app using DigitalOeacn cloud hosting.
I am following mupx command like this.
Mupx setup
- Installing MongoDB: SUCCESS
root@autoleads:~/meteorapp# mupx deploy
Meteor Up: Production Quality Meteor Deployments
Configuration file : mup.json
Settings file : settings.json
“ Checkout Kadira!
It's the best way to monitor performance of your app.
Visit: https://kadira.io/mup ”
Meteor app path : /root/meteorapp
Using buildOptions : {}
=> Build Error. Check the logs printed above.
When check error through : mupx logs it show below.
Error: No such container: app
root@autoleads:~/meteorapp#
my mupx.json file.
{
// Server authentication info
"servers": [
{
"host": "####",
"username": "root",
"password": "####",
// or pem file (ssh based authentication)
// WARNING: Keys protected by a passphrase are not supported
//"pem": "~/.ssh/id_rsa"
// Also, for non-standard ssh port use this
//"sshOptions": { "port" : 49154 },
// server specific environment variables
"env": {}
}
],
// Install MongoDB on the server. Does not destroy the local MongoDB on future setups
"setupMongo": true,
// Application name (no spaces).
"appName": "app",
"app": ".", *_// Because mupx.json file in meteor project directory_*
// Configure environment
// ROOT_URL must be set to your correct domain (https or http)
"env": {
"PORT": 80,
"ROOT_URL": "http://#.#.#.#"
},
// Meteor Up checks if the app comes online just after the deployment.
// Before mup checks that, it will wait for the number of seconds configured below.
"deployCheckWaitTime": 30,
// show a progress bar while uploading.
// Make it false when you deploy using a CI box.
"enableUploadProgressBar": true
}
The text was updated successfully, but these errors were encountered: