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教程有興趣的朋友有幫助。