将sailsjs应用程序部署到openshift,使用sails-mongo出错

时间:2015-12-30 17:03:18

标签: node.js mongodb sails.js openshift sails-mongo

我正在尝试将我的应用程序部署到openshift。我跟着sailsjs网站上的documentation。当我输入git push时,我收到错误消息,说它无法部署应用程序,所以我运行了rhc tail nodejs,并得到了以下日志。

enter image description here

我将connections.js配置如下

someMongodbServer: {
adapter: 'sails-mongo',
host: process.env.OPENSHIFT_MONGODB_DB_HOST,
port: process.env.OPENSHIFT_MONGODB_DB_PORT,
user: 'admin',
password: '<thepassword>',
database: 'myappdatabase'
},

0 个答案:

没有答案