새 Git 저장소에서 프로젝트 코드에 OCE Toolkit 추가

프로젝트를 위한 새로운 빈 Git 저장소에 OCE Toolkit을 추가할 수 있습니다.

  1. 새 프로젝트에서 REPOSITORIES 아래에 프로젝트 Git 저장소의 HTTP URL을 복사합니다.

  2. 터미널 창을 열고 git clone <your-project >.git 명령을 입력합니다.

    1. 요청 시 Developer Cloud Service의 비밀번호를 입력합니다.

    2. "git is not a command" 오류가 나타나면 https://git-scm.com/downloads에서 Git을 설치하고 git clone 명령을 다시 입력합니다.

  3. git clone git@github.com:oracle/content-and-experience-toolkit.git

    또는 https://github.com/oracle/content-and-experience-toolkit/archive/master.zip에서 다운로드할 수 있습니다.

  4. cp -R content-and-experience-toolkit/sites/cec-components <your-project>

  5. cd <your-project>

  6. git add cec-components

  7. git commit -a -m "<your comments>"

  8. git push