Versions Compared

Key

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


Excerpt

Guidelines for developing with DSpace, including Git hints, IDE setup, other useful tools, etc.

Table of Contents
outlinetrue
stylenone

Code Contribution Guidelines

  • Code Contribution Guidelines - Provides details on our Code Approval processes and our DSpace code conventions! Before you get started on your project, make sure you understand our Code Contribution Guidelines!

Developing With Git/GitHub

The DSpace codebase is in GitHub:

If you are new to Git or GitHub development, the following resources that may be of interest to you.

Still want to use SVN locally, even though DSpace is on GitHub?

Developing Environments (IDEs)

This page describes how to develop with DSpace.

The SVN repository is at

Code Block
http://scm.dspace.org/svn/repo/dspace

.

If you are doing development work you'd like to contribute to the community, please consider checking DSpace out of our Subversion repository rather than using a packaged download. Also, please be sure to read ContributionGuidelines.

See also: updating your local code base if you've already made many modifications to a downloaded DSpace version.

If you have more than one developer, or need to manage versions or releases yourself (e.g. deploying customised DSpace software to a production server), you should consider using your own CVS tree with the DSpace core code on a vendor branch. see Running your own CVS repository

This presentation explains the new ways to add your local customizations to the DSpace 1.5 codebase:
How to customize your DSpace 1.5 and make overlays, April 4th 2008, presented by Tim Donohue at Open Repositories 2008

...

You are free to use whatever developer environment works for you. Here are some guides for setting up and using particular environments.

Also, if you are interested in using Git/Github for local DSpace development see this for hints/tips:

Useful tools

Other Resources