Clone the projects from Github on OS X - metadatacenter-attic/cedar-docs GitHub Wiki
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:[email protected]/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