Custom Query (1118 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 1118)

Ticket Resolution Summary Owner Reporter
#430 fixed Create documentation for the LiveDVD live-demo@… camerons
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 camerons camerons
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 live-demo@… camerons
Description

Ideally we should only have one Java version on the LiveDVD. This is because:

  • The VM is RAM constrained (to 512Meg) and Java is RAM intensive.
  • Users are expected to open up one application after another, often not closing the prior applications. This will use up RAM, and once RAM is exceeded the machine will slow to the point of being unusable.
  • Also a somewhat important is to conserve space on the LiveDVD.

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:

  • move: install_sunjre6.sh to install_java.sh
  • Update install_java.sh to install sun java 5
  • Update main.sh so that it doesn't install tomcat any more.
  • Ensure OpenJDK is not installed as nobody seems to be using it
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.