Geonode Deb on Precise - update
- From:
- Alex Mandel
- Date:
- 2012-05-01 @ 03:01
I took a stab at making a 1.1.1 package for precise.
Changes are minor, just added as an option to the deps newer versions of
tomcat, postgres and postgis (1.5 ships by default).
https://github.com/wildintellect/geonode-deb/tree/precise
So far it looks close, the one hiccup right now is that I tried to use
tomcat7 (figured might as well use newest stuff). I saw an error during
install that it was looking for tomcat6 user which didn't exist.
Anyone know where the tomcat6 user is explicitly set? Also looks like a
lot of other stuff is hard code to tomcat6 in the post-install scripts.
Thanks,
Alex
PS: Looks like it works if you stick to tomcat6. Seems like a royal pain
to test with dpkg since you have to install dependencies manually first
(otherwise things majorly break).