Changes between Version 5 and Version 6 of DevSetup
- Timestamp:
- 12/20/08 15:14:10 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevSetup
v5 v6 21 21 To 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! 22 22 23 '' Note forMac 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]. 24 24 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]] 26 26 You 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#)". 27 27 28 '' Note forWindows 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... 29 29 1. Under user variables, change `PATH` to be the address of the bin in the jdk. 30 30 2. In addition, create a new variable `JAVA_HOME` as a system variable and give it the address of the jdk folder. … … 32 32 33 33 '''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. 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. [wiki:EclipsePlugins More Eclipse plugins]. 35 35 36 36 '''Google Web Toolkit (GWT)''' ([http://code.google.com/webtoolkit/download.html download])[[BR]]
