标签:
试了一下heroku,简直碉堡了,下面介绍如何简单几步实现弄得应用的部署访问:
1、首先https://dashboard.heroku.com/进行账号注册
2、github上push一个最新的nodejs express应用
3、登录heroku进入:
选择github部署,勾选“Automatic Deploys”,选择git分支及项目,稍等片刻heroku会自动从git pull下来并自动部署,直接访问:https://chaozhou.herokuapp.com/即可
简直nice。。。。
标签:
原文地址:http://www.cnblogs.com/caiya928/p/5508459.html