Own a subdomain on meteor.com

送分小仙女□ 提交于 2019-12-20 10:18:23

问题


If I publish my app to a subdomain, eg: spartan.meteor.com do I own the subdomain or can some other user take it from me? If I can own it, is there some documentation around it?


回答1:


You can set a deploy password for your app.

$ meteor deploy -P spartan.meteor.com

Any future deploy (or request for logs) will require the same password.




回答2:


As an update:

As of Meteor v0.7.1, this is no longer relevant. If you don't yet have a meteor developer account, meteor deploy <site> will prompt you for your email address and send you a link to create a password. Then they have some functionality around authorizing other users to collaborate on your app.




回答3:


I believe it is now:

meteor deploy <site> [--password]



回答4:


Your question also asked if there was any documentation. It is available here: http://docs.meteor.com/#meteordeploy

It covers additional things like changing the password. It specifies --password as the command-line option, but -P appears to still work. It alludes to forthcoming Meteor accounts.




回答5:


I think this question was about the subdomain (SPARTAN) in meteor deploy domain (SPARTAN.METEOR.COM) being your property or not.

I've made a deploy half year ago and it's still there, so I think Meteor recycles the subdomains from time to time, but they give you a very good long time for sure.



来源:https://stackoverflow.com/questions/10113138/own-a-subdomain-on-meteor-com

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