- Learning Heroku Postgres
- Patrick Espake
- 157字
- 2021-07-23 20:48:37
Deploying an application
Heroku allows you to deploy apps in Ruby, Python, Node.js, PHP, Java, Scala, and Clojure, as well as web frameworks that each language implements.
Tip
The list of support languages are always growing up and you can find all of them at https://devcenter.heroku.com/categories/language-support.
A Heroku application consists of its source code, the dependencies mapping, and Procfile
; the last one is important for Heroku because it describes the command to be executed to start your application and other processes. However, usually Heroku can discover the necessary processes for most languages and applications automatically, you don't even need to worry about that. If you need more advanced features, you'll find it at https://devcenter.heroku.com/articles/procfile.
How to deploy a simple application in Ruby on Rails in order to display the concepts to deploy Heroku applications is shown in the upcoming topics. The process is very similar to other programming languages and you can find more information at https://devcenter.heroku.com/articles/quickstart#step-4-deploy-an-application.
- Python自然語言處理實戰:核心技術與算法
- 面向對象程序設計(Java版)
- Java程序設計:原理與范例
- 學習OpenCV 4:基于Python的算法實戰
- Advanced Express Web Application Development
- Android開發三劍客:UML、模式與測試
- Emgu CV Essentials
- C語言程序設計與應用(第2版)
- Modern C++ Programming Cookbook
- 寫給程序員的Python教程
- Getting Started with Nano Server
- Oracle實用教程
- Python Projects for Kids
- JavaScript悟道
- WordPress Search Engine Optimization(Second Edition)