Add Oracle Content Management Toolkit to the Project Code in the New Git Repository

You can add Oracle Content Management Toolkit to the new, empty Git repository for your project.

  1. Under REPOSITORIES in your new project, copy the HTTP URL of the project Git repository.

  2. Open a terminal window and enter this command: git clone <your-project >.git

    1. When asked, enter your password for Developer Cloud Service.

    2. If you see the error "git is not a command", install Git from https://git-scm.com/downloads, and then reenter the git clone command.

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

    Or you can download from here: 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