1、先注册heroku账号
2、先安装heroku toolbelt 工具 https://toolbelt.heroku.com/debian
<code>wget -O- https://toolbelt<span>.heroku</span><span>.com</span>/install-ubuntu<span>.sh</span> | sh</code>
heroku login
输入注册的账号邮箱和密码
进入到你要上传目录
<code><span>cd</span> /yourAPP git init git add . git commit -m <span>"first commit"</span></code>
创建你在heroku的app
<code>heroku <span><span>create</span> (会生成默认的目录) heroku <span>create</span> --stack cedar yourApp (heroku <span>create</span> --stack cedar 只对php有效)</span></code>
<code>git <span>push</span> heroku master</code>
就ok了
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了 php 部署到heroku上,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。