Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Clone the projects from Github on OS X

John Graybeal edited this page Mar 5, 2020 · 17 revisions

Go to CEDAR home directory

cd $CEDAR_HOME

Clone the server and front end repos

The first repo is private, you will need to provide your github username and password to check it out.

(Note: For the first repo, if you have two-factor authentication turned on, your password won't work. You'll need to get a personal access token, then use it this way, replacing the capitalized strings with your information: git clone https://USERNAME:PERSONALACCESSTOKEN@github.com/metadatacenter/cedar-conf .)

git clone https://github.com/metadatacenter/cedar-conf.git

git clone https://github.com/metadatacenter/cedar-admin-tool.git
git clone https://github.com/metadatacenter/cedar-docs.git
git clone https://github.com/metadatacenter/cedar-folder-server.git
git clone https://github.com/metadatacenter/cedar-group-server.git
git clone https://github.com/metadatacenter/cedar-model.git
git clone https://github.com/metadatacenter/cedar-keycloak-event-listener.git
git clone https://github.com/metadatacenter/cedar-parent.git
git clone https://github.com/metadatacenter/cedar-project.git
git clone https://github.com/metadatacenter/cedar-repo-server.git
git clone https://github.com/metadatacenter/cedar-resource-server.git
git clone https://github.com/metadatacenter/cedar-schema-server.git
git clone https://github.com/metadatacenter/cedar-server-core-library.git
git clone https://github.com/metadatacenter/cedar-template-editor.git
git clone https://github.com/metadatacenter/cedar-template-server.git
git clone https://github.com/metadatacenter/cedar-terminology-server.git
git clone https://github.com/metadatacenter/cedar-user-server.git
git clone https://github.com/metadatacenter/cedar-util.git
git clone https://github.com/metadatacenter/cedar-valuerecommender-server.git
Clone this wiki locally