Changes between Version 5 and Version 6 of DevSetup

Show
Ignore:
Timestamp:
12/20/08 15:14:10 (4 years ago)
Author:
lindez@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevSetup

    v5 v6  
    2121To enable spatial operators (for geopositioning) MetPetDB uses the PostGIS database extension. The PostGIS installation procedure is fairly well documented in the PostGIS documentation itself . During the installation process, you will be given the chance to create a database, but you don’t have to worry about this stuff. We’ve got that covered, so just hang tight!  
    2222 
    23 ''Note for Mac users:'' PostGIS requires a few frameworks to be installed BEFORE you install PostGIS. They are packaged in disk images and are currently stored in the [source:/trunk/mpdb-setup/mac repository]. Download and install them '''in this order''': [source:/trunk/mpdb-setup/mac/PROJ_Framework-450-4.dmg PROJ], [source:/trunk/mpdb-setup/mac/GEOS_Framework-3.0.0-2.dmg GEOS], [source:/trunk/mpdb-setup/mac/GDAL_Framework-142-4.dmg GDAL]. 
     23''Mac users:'' PostGIS requires a few frameworks to be installed BEFORE you install PostGIS. They are packaged in disk images and are currently stored in the [source:/trunk/mpdb-setup/mac repository]. Download and install them '''in this order''': [source:/trunk/mpdb-setup/mac/PROJ_Framework-450-4.dmg PROJ], [source:/trunk/mpdb-setup/mac/GEOS_Framework-3.0.0-2.dmg GEOS], [source:/trunk/mpdb-setup/mac/GDAL_Framework-142-4.dmg GDAL]. 
    2424 
    25 '''Java Development Kit (JDK)''' ([http://java.sun.com/javase/downloads/index.jsp download] ''Note: included with Mac OS X'')[[BR]] 
     25'''Java Development Kit (JDK)''' ([http://java.sun.com/javase/downloads/index.jsp download] ''Note: already included with Mac OS X'')[[BR]] 
    2626You do not need Java EE SDK, !NetBeans, or JRE. A 1.5.x or later JDK is required to compile MetPetDB. A JRE is NOT sufficient for compiliation, as it does not include the Java compiler. To be sure you have the JDK, a folder should be created on your system that is named "jdk(Version#)". 
    2727 
    28 ''Note for Windows users:'' When you have installed Java Development Kit, return to the `Environment Variables screen`, then...  
     28''Windows users:'' When you have installed Java Development Kit, return to the `Environment Variables screen`, then...  
    2929 1. Under user variables, change `PATH` to be the address of the bin in the jdk.  
    3030 2. In addition, create a new variable `JAVA_HOME` as a system variable and give it the address of the jdk folder.  
     
    3232 
    3333'''Eclipse IDE for Java Developers''' ([http://www.eclipse.org/downloads/ download])[[BR]] 
    34 Eclipse is the preferred IDE for development of this project. Be sure to install the [http://subclipse.tigris.org/install.html Subclipse plugin] to integrate Subversion into the Eclipse project files. 
     34Eclipse is the preferred IDE for development of this project. Be sure to install the [http://subclipse.tigris.org/install.html Subclipse plugin] to integrate Subversion into the Eclipse project files. [wiki:EclipsePlugins More Eclipse plugins]. 
    3535 
    3636'''Google Web Toolkit (GWT)''' ([http://code.google.com/webtoolkit/download.html download])[[BR]]