Difference between revisions of "Development environment"

From Archivematica
Jump to navigation Jump to search
(Created page with 'Main Page > Development > Development Environment This page explains how you can configure an Ubuntu system to use as a basic Archivematica development environment. *Ch...')
 
Line 4: Line 4:
  
 
*Check out Archivematica trunk:
 
*Check out Archivematica trunk:
<pre>http://archivematica.googlecode.com/svn/trunk/</pre>
+
<pre>svn checkout http://archivematica.googlecode.com/svn/trunk/ archivematica</pre>
 +
*Run localDevsetup scripts. This will create links in your local Ubuntu environment to the relevant Archivematica scripts in your SVN checkout. This way you can make maintain the SVN checkout structure, make changes and commit those back to SVN repository, while also running Archivematica locally to test your changes and commits from other developers. 
 +
** /localDevSetup/*.sh
 +
** /localDevSetup/*.sh
 +
** /localDevSetup/*.sh

Revision as of 14:07, 3 December 2010

Main Page > Development > Development Environment

This page explains how you can configure an Ubuntu system to use as a basic Archivematica development environment.

  • Check out Archivematica trunk:
svn checkout http://archivematica.googlecode.com/svn/trunk/ archivematica
  • Run localDevsetup scripts. This will create links in your local Ubuntu environment to the relevant Archivematica scripts in your SVN checkout. This way you can make maintain the SVN checkout structure, make changes and commit those back to SVN repository, while also running Archivematica locally to test your changes and commits from other developers.
    • /localDevSetup/*.sh
    • /localDevSetup/*.sh
    • /localDevSetup/*.sh