如何开始使用 heroku 开发 Ruby on Rails 应用程序?
熟悉heroku环境的最佳方式是什么?第一步是什么?我想在下周开始使用 Ruby on Rails 进行编程。
What is the best way to get familiar with the heroku environment? What are the first steps? I want to start programming with it next week, using Ruby on Rails.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想开始使用 Heroku 来使用 Ruby on Rails,您能做的最好的事情之一就是实际完成 Rails 教程。它是根据 Heroku(以及您将用于部署的 Git)设计和编写的。您可以在 http://ruby.railstutorial.org/ruby-on 查看-rails-教程书。
我不知道您是否已经了解 Ruby,但是本教程的设计方式是您实际上不需要了解 Ruby 即可遵循它。
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. It is designed and written with Heroku (and Git which you will be using to deploy) in mind. You can check it out at 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.
Heroku 的一件非常好的事情(其中之一)是他们维护可靠的文档。针对您的问题,您应该从Heroku 入门开始。
One very nice thing (among many) about Heroku is that they maintain solid documentation. Specifically for your question, you should start with Getting Started with Heroku.