简体   繁体   English

如果我使用Heroku,我会使用Chef吗?

[英]Do I have use of Chef if I'm using Heroku?

I use Heroku to deploy my Rails apps. 我使用Heroku来部署我的Rails应用程序。

But I thought about learning Chef to automatically set up the development infrastructure, but Im not sure. 但我想学习Chef来自动设置开发基础设施,但我不确定。

So to put it very simple, are there any reasons for me to learn Chef? 所以说得很简单,我有没有理由去学习厨师?

If you are using Heroku, no, there's no need. 如果你使用Heroku,不,没有必要。 You are later probably going to be deploying to your own servers, so look into that; 您稍后可能会部署到您自己的服务器,所以请查看; in that case, Chef might be a good option, also look at Capistrano. 在这种情况下,厨师可能是个不错的选择,也看看Capistrano。

I'm not sure how chef and heroku are related. 我不确定厨师和heroku是如何相关的。 If you're using heroku then you don't need to use chef whether it's worth learning or not is independent of your use of heroku 如果你正在使用heroku那么你不需要使用厨师是否值得学习与你使用heroku无关

暂无
暂无

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

相关问题 如果我使用的是 Heroku buildpack,是否需要使用 jemalloc 构建 Ruby 并使用 gem? - Do I need to build Ruby with jemalloc and use the gem if I'm using a Heroku buildpack? 我必须使用AWS for Carrierwave在Heroku上工作吗? - Do I have to use AWS for Carrierwave to work on Heroku? 部署到heroku时出错:没有pg适配器,我在生产中确实有pg - error deploying to heroku : no pg adapter, I DO have pg in productions 部署到 Heroku 时如何拥有持久文件存储? - How do I have a persistent file storage when deploying to Heroku? 如果我使用Heroku调度程序,是否还需要延迟工作? - If I use Heroku scheduler, do I still need delayed job? 如何使用PostGres数据库将Rails 5应用程序部署到Heroku? 收到错误消息说我仍然设置了sqlite适配器 - How do I deploy a Rails 5 app to Heroku using a PostGres database? Getting an error saying I still have the sqlite adapter set 尝试在Heroku上从Rails 2.3.5升级到3.0.1,但是Heroku仍然认为我正在使用2.3.5 - Trying to upgrade from Rails 2.3.5 to 3.0.1 on Heroku, but Heroku still thinks I'm using 2.3.5 我无法在Heroku上设置数据库 - I'm unable to setup database on Heroku 我有推到heroku的问题 - I'm having issue of pushing to heroku Heroku错误:请安装postgresql适配器,但我使用的是mysql,所以为什么会看到此错误? - Heroku error: Please install the postgresql adapter but I'm using mysql, so why am I seeing this error?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM