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

Download the components via Subversion Export on RHEL 6.6

Attila Levente EGYEDI edited this page Apr 5, 2017 · 13 revisions

Downloading the components using Subversion

We chose this solution, because this way it is impossible to push changes that were made on a dev/prod environment back to GitHub. But of course, if you prefer, you can clone the repos using git.

Install Subversion:

yum install svn

Export the repos:

cd $CEDAR_HOME

svn export https://github.com/metadatacenter/cedar-conf/trunk cedar-conf

svn export https://github.com/metadatacenter/cedar-admin-tool/trunk cedar-admin-tool
svn export https://github.com/metadatacenter/cedar-docs/trunk cedar-docs
svn export https://github.com/metadatacenter/cedar-folder-server/trunk cedar-folder-server
svn export https://github.com/metadatacenter/cedar-group-server/trunk cedar-group-server
svn export https://github.com/metadatacenter/cedar-model/trunk cedar-model
svn export https://github.com/metadatacenter/cedar-keycloak-event-listener/trunk cedar-keycloak-event-listener
svn export https://github.com/metadatacenter/cedar-parent/trunk cedar-parent
svn export https://github.com/metadatacenter/cedar-project/trunk cedar-project
svn export https://github.com/metadatacenter/cedar-repo-server/trunk cedar-repo-server
svn export https://github.com/metadatacenter/cedar-resource-server/trunk cedar-resource-server
svn export https://github.com/metadatacenter/cedar-schema-server/trunk cedar-schema-server
svn export https://github.com/metadatacenter/cedar-server-core-library/trunk cedar-server-core-library
svn export https://github.com/metadatacenter/cedar-submission-server/trunk cedar-submission-server
svn export https://github.com/metadatacenter/cedar-template-editor/trunk cedar-template-editor
svn export https://github.com/metadatacenter/cedar-template-server/trunk cedar-template-server
svn export https://github.com/metadatacenter/cedar-terminology-server/trunk cedar-terminology-server
svn export https://github.com/metadatacenter/cedar-user-server/trunk cedar-user-server
svn export https://github.com/metadatacenter/cedar-util/trunk cedar-util
svn export https://github.com/metadatacenter/cedar-valuerecommender-server/trunk cedar-valuerecommender-server
svn export https://github.com/metadatacenter/cedar-worker-server/trunk cedar-worker-server

Note: The cedar-conf repo is private, you will need to provide a user and password in order to download

Clone this wiki locally