Oracle İçerik ve Deneyim Araç Paleti'ni projeniz için yeni, boş Git veri havuzuna ekleyebilirsiniz.
Proje Git veri havuzunun HTTP URL'sini yeni projenizdeki VERİ HAVUZLARI'na kopyalayın.
Bir terminal penceresi açarak bu komutu girin: git clone <your-project >.git
İstendiğinde, Geliştirici Bulut Hizmeti parolanızı girin.
"git is not a command"
hatası ile karşılaşırsanız https://git-scm.com/downloads
bağlantısından Git yükleyin ve git clone
komutunu yeniden girin.
git clone git@github.com:oracle/content-and-experience-toolkit.git
Veya bu bağlantıdan indirebilirsiniz: 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