Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Fedora Commons latest source code for the current version of the Fedora Repository can be downloaded using the download link under "downloads" on the main page for of the current versiondocumentation.

The active source code repository is hosted on githubat github.com/fcrepo/fcrepo.

Checking out the code

If you wish to work with the source code, you will need to install git.

...

Panel

cd fcrepo
git checkout master

Downloading the source without using git

If you want to get a copy of the latest source code without using git you can download a tarball of the source code.

...