新規Gitリポジトリのプロジェクト・コードへのOracle Content Managementツールキットの追加
プロジェクトの新しい空のGitリポジトリにOracle Content Managementツールキットを追加できます。
-
新しいプロジェクトのREPOSITORIESの下で、プロジェクトGitリポジトリのHTTP URLをコピーします。
-
ターミナル・ウィンドウを開き、このコマンドを入力:
git clone <your-project >.git-
求められたら、Developer Cloud Serviceのパスワードを入力します。
-
エラー
"git is not a command"が表示された場合は、https://git-scm.com/downloadsからGitをインストールしてから、git cloneコマンドを再入力します。
-
-
git clone git@github.com:oracle/content-and-experience-toolkit.gitまたはここからダウンロードできます :
https://github.com/oracle/content-and-experience-toolkit/archive/master.zip -
cp -R content-and-experience-toolkit/sites/cec-components <your-project> -
cd <your-project>
-
git add cec-components -
git commit -a -m "<your comments>" -
git push