6.4. 빠른 시작 예
6.4.1. 개요
v2 빠른 시작 v3 빠른 시작에 대한 명확한 마이그레이션 경로는 없지만 현재 v3에서 다음 빠른 시작을 사용할 수 있습니다. oc new-app
을 사용하여 애플리케이션을 생성하는 대신 데이터베이스가 있는 애플리케이션이 있는 경우 oc new-app
을 다시 사용하여 별도의 데이터베이스 서비스를 시작하고 두 개를 공통 환경 변수로 연결하면 다음 중 하나를 사용하여 소스 코드가 포함된 GitHub 리포지토리에서 한 번에 연결된 애플리케이션 및 데이터베이스를 인스턴스화할 수 있습니다. oc get templates -n openshift
:를 사용하여 사용 가능한 모든 템플릿을 나열할 수 있습니다.
CakePHP MySQL https://github.com/sclorg/cakephp-ex
- 템플릿: cakephp-mysql-example
Node.js MongoDB https://github.com/sclorg/nodejs-ex
- 템플릿: nodejs-mongodb-example
Django PosgreSQL https://github.com/sclorg/django-ex
- template: django-psql-example
Dancer MySQL https://github.com/sclorg/dancer-ex
- template: dancer-mysql-example
Rails PostgreSQL https://github.com/sclorg/rails-ex
- template: rails-postgresql-example