Deploy meteor to own domain

我与影子孤独终老i 提交于 2019-11-28 08:47:50
gabrielhpugliese

You can only use mrt deploy onto *.meteor.com. If you want to continue using their servers, do a CNAME to the subdomain you hosted. From the docs:

You can deploy to any available name under meteor.com without any additional configuration, for example, myapp.meteor.com. If you deploy to a custom domain, such as myapp.mydomain.com, then you'll need to make sure the DNS for that domain is configured to point at origin.meteor.com.

Or use a script like meteoric.sh to deploy in your own linux server: https://github.com/julien-c/meteoric.sh

EDIT: You need to point A to 107.22.210.133 according to Meteor.js deploy to "example.com" or "www.example.com"?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!