欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Heroku快速入门手册

程序员文章站 2022-03-09 11:39:01
...

1) 官方入门手册

https://devcenter.heroku.com/articles/quickstart

 

2) 克隆运程项目(Need Login, refer step 3)

heroku git:clone APP [DIRECTORY]

--clones a heroku app to your local machine at DIRECTORY (defaults to app name)

 

3) 部署项目到Heroku (Ruby)

https://devcenter.heroku.com/articles/ruby

 

 

 

相关标签: ruby heroku