- Learning Heroku Postgres
- Patrick Espake
- 127字
- 2021-07-23 20:48:37
The sample application source code
You will deploy a sample application prepared with Ruby on Rails. This application is very simple; it just shows a welcome page and you can find it at https://github.com/patrickespake/ruby-getting-started. It's a helpful method for you to understand the main concepts about the deploy process on Heroku.
First you need to copy the sample application source code. This basically consists of executing the git clone
command in your terminal if you have a user account on GitHub:
git clone git@github.com:patrickespake/ruby-getting-started.git cd ruby-getting-started
The other alternative is downloading the source code from https://github.com/patrickespake/ruby-getting-started/archive/master.zip.
推薦閱讀
- JavaScript全程指南
- Learning Cython Programming
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- 深入淺出DPDK
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Expert Data Visualization
- 自然語言處理Python進階
- Java EE核心技術(shù)與應(yīng)用
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Python Interviews
- MySQL程序員面試筆試寶典
- Spring Boot學(xué)習(xí)指南:構(gòu)建云原生Java和Kotlin應(yīng)用程序
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實踐
- Learning Zimbra Server Essentials
- Real-time Web Application Development using Vert.x 2.0