Custom Query (1118 matches)
Results (94 - 96 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#430 | fixed | Create documentation for the LiveDVD | ||
Description |
User level documentation needs to be added for each application. I'm looking for direction as to what this documentation should look like, and how it should be written. At the moment, I think it should be available via a HTML page. To start with, I've copied the documentation from the 2008 Live DVD into https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/ arramagong.css banner.bmp index.html jquery.js Docs are updated using https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/bin/install_main_docs.sh |
|||
#436 | fixed | apt-get install -y | ||
Description |
change all apt-get install commands to "apt-get install --yes" This means that the user will not be asked to confirm installing, which will make automating easier. |
|||
#442 | fixed | Resolve java and servlet container versions | ||
Description |
Ideally we should only have one Java version on the LiveDVD. This is because:
So we need to update the install_scripts to take this into account. As per this email thread http://lists.osgeo.org/pipermail/live-demo/2009-September/000409.html , it seems that: deegree is happy with either sun-java5 (preferred) or sun-java-6, GeoServer runs under sun-java-5 or sun-java-6 (preferred), gvsig runs under sun-java-5 only. We should:
|