6.3.4. PHP
새 GitHub 리포지토리를 설정하고 현재 로컬 v2 Git 리포지토리에 원격 분기로 추가합니다.
$ git remote add <remote-name> https://github.com/<github-id>/<repo-name>
로컬 v2 소스 코드를 새 리포지토리로 내보냅니다.
$ git push -u <remote-name> master
oc
명령을 사용하여 빌더 이미지 및 소스 코드에서 새 PHP 애플리케이션을 시작합니다.$ oc new-app https://github.com/<github-id>/<repo-name>.git --name=<app-name> -e <ENV_VAR_NAME>=<env_var_value>
지원되는 PHP 버전
v2 | v3 |
---|---|
PHP: 5.3, 5.4 | |
PHP 5.4 with Zend Server 6.1 | |
CodeIgniter 2 | |
HHVM | |
Laravel 5.0 | |
CakePHP-mysql-example (quickstart) |