Føje OCE Toolkit til projektkoden i den nye GIT-informationsbase

Du kan føje OCE Toolkit til den nye tomme Git-informationsbase for dit projekt.

  1. Kopier HTTP-URL'en til projektets Git-informationsbase under REPOSITORIES i dit nye projekt.

  2. Åbn et terminalvindue, og indtast denne kommando: git clone <your-project >.git

    1. Indtast din adgangskode til Developer Cloud Service.

    2. Hvis du ser fejlen "git is not a command", skal du installere Git fra https://git-scm.com/downloads og derefter indtaste kommandoen git clone igen.

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

    Eller download det herfra: 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