Page History
Info |
---|
In the notes below |
Upgrade Steps
The changes in 1.3.2 are only code changes so the update is simply a matter of rebuilding the wars.
- Get the new DSpace 1.3.2 source code from the DSpace page on SourceForge and unpack it somewhere. Do not unpack it on top of your existing installation!!
- Copy the PostgreSQL driver JAR to the source tree. For example:
Code Block cd [dspace]/lib cp postgresql.jar [dspace-1.3.2-source]/lib
- Take down Tomcat (or whichever servlet container you're using).
- Your 'localized' JSPs (those in jsp/local) now need to be maintained in the source directory. If you have locally modified JSPs in your [dspace]/jsp/local directory, you will need to merge the changes in the new 1.3.2 versions into your locally modified ones. You can use the diff command to compare the 1.3.1 and 1.3.2 versions to do this.
- In [dspace-1.3.2-source] run:
Code Block ant -Dconfig= [dspace]/config/dspace.cfg update
- Copy the .war Web application files in [dspace-1.3.2-source]/build to the webapps sub-directory of your servlet container (e.g. Tomcat). e.g.:
If you're using Tomcat, you need to delete the directories corresponding to the old .war files. For example, if dspace.war is installed in [tomcat]/webapps/dspace.war, you should delete the [tomcat]/webapps/dspace directory. Otherwise, Tomcat will continue to use the old code in that directory.Code Block cp [dspace-1.3.2-source]/build/*.war [tomcat]/webapps
- Restart Tomcat.
Overview
Content Tools