Versions Compared

Key

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

<?xml version="1.0" encoding="utf-8"?>
<html>
Reference documentation: http://www.dspace.org/index.php?option=com_content&amp;task=view&amp;id=152#checkerImage Removed

The Installation on Ubuntu 6.06 is very similar to this procedure. Only some version numbers changed and the <Connector> for port 8180 in server.xml looks different.

<ol>
<li>Add all repositories (free, non-free, universe) (*System -> Administration -> Synaptic Package Manager -> Settings -> Repositories -> Add -> * *) and reload.</li>
<li>Install <tt>tomcat5.5</tt> package and all associated dependencies</li>
<li>Install <tt>sun-java5-jdk</tt> package and all associated dependencies</li>
<li>Install <tt>postgresql-8.2</tt> package and all associated dependencies</li>
<li>Install <tt>libpg-java</tt> package for the Postgres JDBC driver</li>
<li>Install <tt>ant-optional</tt> package for regular expression support in build.xml</li>
<li>Make Ubuntu use the Sun JDK:

Panel
Code Block
sudo update-alternatives --set java /usr/lib/jvm/java-1.5.0-sun/jre/bin/java

</li>

<li>Create the Unix 'dspace' user, update the passwd, create the directory in which you will install dspace, and ensure that the Unix 'dspace' user has write privileges on that directory:

...

<ol>
<li>Download DSpace source (stable) from http://sourceforge.net/projects/dspaceImage Removed in any directory (e.g. <tt>/home/dspace</tt>) and unpack it. The new DSpace directory is referred to as dspace-src.</li>
<li>Copy the JDBC driver into the <tt>dspace-src/lib</tt> directory as <tt>postgresql.jar</tt>:

...

</li>
<li>Open the new URL in your Web browser: http://hostname:8180/dspaceImage Removed (adjust for your hostname and port number, accordingly)
</li>
</ol>

...