>  기사  >  백엔드 개발  >  Heroku에 PHP 배포

Heroku에 PHP 배포

WBOY
WBOY원래의
2016-07-28 08:28:121255검색

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 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.