機械翻訳について

新規Gitリポジトリのプロジェクト・コードへのOracle Content Managementツールキットの追加

プロジェクトの新しい空のGitリポジトリにOracle Content Managementツールキットを追加できます。

  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