简体   繁体   English

capistrano独角兽无法启动我的app高手未能启动

[英]capistrano unicorn can't start my app master failed to start

I want to deploy my app to ocean digitals droplet, after a few errors in the deploy i figured out, but i have a new problem my app simply show a blank page, i look into my log files, this is my unicorn log file: http://pastebin.com/5LFJ7avm 我想将我的应用程序部署到海洋数字小滴,在我发现的部署中的一些错误之后,但是我有一个新问题我的应用程序只显示一个空白页面,我查看我的日志文件,这是我的独角兽日志文件: http://pastebin.com/5LFJ7avm

i dont know how to continue, i think is something related with app error: Missing secret_key_base for 'production' environment, set this value in config/secrets.yml (RuntimeError) but i dont know. 我不知道如何继续,我认为是与app error: Missing secret_key_base for 'production' environment, set this value in config/secrets.yml (RuntimeError)相关的东西app error: Missing secret_key_base for 'production' environment, set this value in config/secrets.yml (RuntimeError)但我不知道。

Thanks 谢谢

That error means exactly what it says. 这个错误恰恰意味着它所说的。

There should be a file in approot/config, called 'secrets.yml', which you should add the following to: production: 在approot / config中应该有一个名为'secrets.yml'的文件,您应该将以下内容添加到: production:

secret_key_base: whatever your secret key for production is here

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM