Changes between Version 24 and Version 25 of HowToInstall

Show
Ignore:
Timestamp:
03/31/06 02:39:52 (7 years ago)
Author:
dema
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstall

    v24 v25  
    55For development use: 
    66 
    7  * Ruby language - version 1.8.2 (NOT 1.8.3 or 1.8.4) 
     7 * Ruby language - version 1.8.2 or 1.8.4 (NOT 1.8.3) 
    88 * '''IMPORTANT''': Java installed (JDK 1.4 or superior). DO NOT FORGET to set the JAVA_HOME environment variable to point to the Java installation directory. You may install only the JRE as well, but you'll have to do a quick hack to make it work: create a folder named 'jre' under the root of your JRE installation and copy the folders 'lib' and 'bin' into it.  
    99  
     
    2121The following instructions apply mainly for the Windows platform. If you are lucky enough to be running MacOS or a good Linux distribution, please make the necessary adjustments. Also, we're assuming that you're installing the dependencies with default options. 
    2222 
    23  1. Download and install the latest version of the One-Click Ruby Installer from http://rubyforge.org/projects/rubyinstaller/. Copy the attached RBridge.class file to the <ruby installation>\share\rjb directory, which must be created. 
     23 1. Download and install the latest version of the One-Click Ruby Installer from http://rubyforge.org/projects/rubyinstaller/ 
    2424 2. Get the latest HyperDE trunk tree from http://server2.tecweb.inf.puc-rio.br:8000/svn/hyperde/trunk/ (You'll need Subversion or TortoiseSVN (on Windows) to do this) or download an archived snapshot from DownloadArchives. 
    2525 3. If you wish, you can edit the config\database.yml file to point to your Sesame installation and to the default repository. The included installation file has the standard default values for Sesame. You can also change it, see BasicSesameConfiguration for details. In the default configuration, you RDF databases will be stored in the /tmp directory of the drive where you installed HyperDE. There is also an example database included in that page.