简体   繁体   English

如何开始使用heroku开发Ruby on Rails应用程序?

[英]How to start developing Ruby on Rails applications with heroku?

What is the best way to get familiar with the heroku environment? 熟悉heroku环境的最佳方法是什么? What are the first steps? 第一步是什么? I want to start programming with it next week, using Ruby on Rails. 我想在下周开始使用Ruby on Rails对其进行编程。

If you want to get started on ruby on rails using Heroku one of the best things you can do is actually work through the Rails tutorial. 如果您想使用Heroku开始在Rails上使用红宝石,您可以做的最好的事情之一就是实际通过Rails教程进行工作。 It is designed and written with Heroku (and Git which you will be using to deploy) in mind. 它是在设计和编写时牢记Heroku(以及您将用于部署的Git)的。 You can check it out at http://ruby.railstutorial.org/ruby-on-rails-tutorial-book . 您可以在http://ruby.railstutorial.org/ruby-on-rails-tutorial-book上进行检查。

I don't know if you already know Ruby or not, but the tutorial is designed in such a way that you don't actually need to know Ruby to follow it. 我不知道您是否已经了解Ruby,但是本教程的设计方式是您实际上并不需要了解Ruby。

One very nice thing (among many) about Heroku is that they maintain solid documentation. 关于Heroku的一件非常棒的事情是,它们保持了可靠的文档。 Specifically for your question, you should start with Getting Started with Heroku . 专门针对您的问题,您应该从Heroku入门开始

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

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