- Download the JDK installer for Windows from http://www.oracle.com/technetwork/java/javase/downloads/jdk7u7-downloads-1836413.html
- Run the installer
- Add the bin\ directory of the installed JDK to the PATH environment variable, as described here: http://www.java.com/en/download/help/path.xml
- http://www.eclipse.org/downloads/packages/release/indigo/sr2 -> Eclipse IDE for Java Developers
- http://scala-ide.org/download/current.html
- https://github.com/adamschmideg/coffeescript-eclipse
De database maken:
CREATE DATABASE geoco;
USE geoco;
CREATE EXTENSION postgis;