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.
-
Under REPOSITORIES in your new project, copy the HTTP URL of the project Git repository.
-
Open a terminal window and enter this command:
git clone <your-project >.git
-
When asked, enter your password for Developer Cloud Service.
-
If you see the error
"git is not a command"
, install Git fromhttps://git-scm.com/downloads
, and then reenter thegit clone
command.
-
-
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
-
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