Custom Query (1118 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 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

#433 duplicate Change Language, Country and Keyboard-Layout at first boot live-demo@… rpinho
Description

I would like to ask suggestions for configuring Xbuntu to ask for Language, Country and Keyboard-Layout at first boot. So users can start VM with their preferred configuration and host computer Keyboard straight from the beginning.

Thanks, Ricardo Pinho

#438 fixed Postgres 8.3 install script live-demo@… darkblueb
Description

script install_postgres.sh attempts to make a postgres user "user" as a superuser however, it is currently not working

run the LiveDVD VMWare image execute in the shell sudu su - postgres #enter user psql postgres \du ## observer there is no user "user"

\q

createuser --superuser user

## this works psql postgres alter role "user" with password 'user'; ## give user a password \q

exit psql -d postgres -W #enter user

##now you are in

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.