1. 먼저 heroku 계정을 등록하세요
2. 먼저 heroku 툴벨트 도구 https://toolbelt.heroku.com/debian
<code>wget -O- https://toolbelt<span>.heroku</span><span>.com</span>/install-ubuntu<span>.sh</span> | sh</code>
heroku 로그인
을 설치합니다.
등록된 계정 이메일과 비밀번호를 입력하세요
업로드하려는 디렉토리로 이동하세요
<code><span>cd</span> /yourAPP git init git add . git commit -m <span>"first commit"</span></code>
heroku에서 앱 만들기
<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>
그게 전부입니다
').addClass('pre - 번호 매기기').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });위 내용은 관련 내용을 포함하여 PHP를 Heroku에 배포하는 방법을 소개한 내용입니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.