Custom query (1090 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 1090)

Ticket
#430
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
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.

#438
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.