Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apps working locally but on server after (until verify step) #945

Open
ghost opened this issue May 14, 2018 · 3 comments
Open

Apps working locally but on server after (until verify step) #945

ghost opened this issue May 14, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented May 14, 2018

Mup version (1.4.4):

Mup config

{
  "servers": {
    "one": {
      "host": "1.2.3.4",
      "username": "kan",
      "pem": "~/.ssh/pem",
      "opts": {
        "port": 444
      }
    }
  },
  "app": {
    "name": "my-app",
    "path": "../",
    "servers": {
      "one": {}
    },
    "buildOptions": {
      "serverOnly": true
    },
    "env": {
      "ROOT_URL": "http://subdomain.host.com",
      "MONGO_URL": "mongodb://mongodb:27017/my-app",
      "MONGO_OPLOG_URL": "mongodb://mongodb/local"
    },
    "docker": {
      "image": "abernix/meteord:node-8.4.0-base",
      "args": [
        "--link=mongodb:mongodb"
      ]
    },
    "enableUploadProgressBar": true,
    "type": "meteor"
  },
  "mongo": {
    "version": "3.4.1",
    "servers": {
      "one": {}
    }
  }
}

Here the output of when i run mup log
screen shot 2018-05-14 at 1 05 44

I have raised the same issue to anothe forum, but it look like that related more on mup.
VulcanJS/Vulcan-Starter#59

@zodern
Copy link
Owner

zodern commented May 14, 2018

@kankando does mup status show any problems?

@ghost
Copy link
Author

ghost commented May 14, 2018

Thx @zodern for looking into. let me try to deploy it from scratch again and get the mup status

@ghost
Copy link
Author

ghost commented May 14, 2018

@zodern here the mup status output

`
=> Servers
: Ubuntu 16.04

=> Docker Status
: 18.05.0-ce Running

=> Meteor Status
: running
Created at 2018-05-14T13:48:02.522641109Z
Restarted 0 times
ENV:
- ROOT_URL=http://xxx.yyy.com
- MONGO_URL=mongodb://mongodb:27017/xxx
- MONGO_OPLOG_URL=mongodb://mongodb/local
- METEOR_SETTINGS={"public":{"title":"xxx","tagline":"yyy","logoUrl":"xxx","logoHeight":"80","logoWidth":"250","faviconUrl":"/favicon.ico","language":"en","locale":"en","twitterAccount":"xxx","facebookPage":"http://facebook.com/yyy","googleAnalytics":{"apiKey":"xxx"}},"defaultEmail":"[email protected]","mailUrl":"xxx/","oAuth":{"twitter":{"consumerKey":"xxxx","secret":"yyyyyy"},"facebook":{"appId":"xxxx","secret":"yyyy"}}}
- PORT=80
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- METEORD_DIR=/opt/meteord
- NODE_VERSION=8.4.0
Published Ports:
- 80/tcp => 80
App running at http://xxxxrrrr:80
- Available in app's docker container: true
- Available on server: true
- Available on local computer: true

=> Mongo Status
running on server xxxxxxxxx
Restarted 0 times
Running since 2018-05-14T13:29:03.695304606Z
Version: 3.4.1
Connections: 5
Storage Engine: wiredTiger
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant