...
Code Block |
---|
apt-get install --no-install-recommends subversion postgresql libpgjava tomcat7 openjdk-7-jdk ant |
Remove the old JDK6JRE:
Code Block |
---|
apt-get removepurge openjdk-6-jre-headless |
Make JDK7 the default (FIXME: is this still needed?)
Code Block |
---|
update-java-alternatives --jre-headless -s java-1.7.0-openjdk-amd64 |
...
Download the source code, in this case we're fetching version 2.1.1 and stick that under /opt:
...