Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Wiki MarkupReference documentation: \ [http://dspace.org/technology/system-docs/install.html\]

Notes:
* The following step-by-step howto has not been tested thoroughly. If you find any problems, please refer the reference documentation above.
* Most of the installation steps are performed in shell prompt (bash).
* Please help to make corrections. (English is not my primary language)
* This line will be deleted if I finish writing this howto and testing the DSpace system. I write this howto while I am installing DSpace on my Mandriva system. If you subscribe to DSpace-Tech mailing list (dspace-tech@lists.sourceforge.net), questions, comments, corrections, etc. to the list will be appreciated.unmigrated-wiki-markup

It is assumed that \
* Linux Mandriva 2007 is already installed. See: \ [http://www.howtoforge.com/perfect_setup_mandriva_2007\] \
* The system has been connected to RPM repository (eg. via FTP, by typing at prompt: urpmi.addmedia ..). \
* You are familiar with bash sell and text editor vi.

Panel

Contents

Table of Contents
outlinetrue
stylenone

...

Download and Install Sun Java SE Development Kit

Wiki MarkupAs an alternative of using Java package that is bundled with Mandriva 2007.0 Free Edition, you can download the Java SE Development Kit (JDK) from \ [http://java.sun.com/javase/downloads/index.jsp\]. As stated in the reference documentation, you do not need Java EE (Enterprise Edition). You do not need Java SE with NetBeans, either; just the minimal JDK. As of this writing, the current version is Java SE Development Kit 5.0 Update 9, but in this howto we use JDK 5.0 Update 7, the RPM version (jdk-1_5_0_07-linux-i586-rpm.bin).

After putting the JDK file in the current directory, do the followings:

...

Code Block
rpm \-ql jdk-1.5.0_07-fcs  #depends on the JDK version; see the message after the command: rpm \-ivh ..

Wiki MarkupAt \ [http://www.linuxquestions.org/questions/showthread.php?t=214559\], someone said that "it's worth installing Sun's J2EE enterprise java package when using tomcat. Just the normal java JRE will not work with Tomcat, because it uses J2EE libraries (jars)". He is right that 'normal java JRE will not work', but I think JDK is enough, so I decided to use Java package above (Java SE SDK). However, if you find problems with Sun JDK above, try to install Java EE SDK instead. It can be downloaded from \ [http://java.sun.com/javaee/downloads/index.jsp\], eg. java_ee_sdk-5-linux.bin.

To install Sun Java EE SDK, follow these steps:

...