Changes between Initial Version and Version 1 of OSGeoLiveGetStarted


Ignore:
Timestamp:
Mar 5, 2014, 8:05:08 AM (10 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • OSGeoLiveGetStarted

    v1 v1  
     1= OSGeo-Live DVD Guide =
     2
     3The [http://live.osgeo.org OSGeo-Live DVD distribution] contains a rasdaman installation that can be used straight out of the box. The simplest way to get started is with downloading a virtual image that can be booted by something like !VirtualBox or VMWare.
     4
     51. Download and extract the virtual machine image [http://live.osgeo.org/en/download.html here].
     61. Create a new VM in !VirtualBox and use the extracted .vmdk file as a hard disk.
     71. Boot the new VM, default user is with username ''user'' and password ''user''.
     81. Start the rasdaman server by going to Geospatial -> Databases -> Rasdaman -> Start Rasdaman Server
     91. There is a bug that needs to be fixed in order to start the rasdaview client:
     10 * open the terminal (Applications -> Accessories -> Terminal Emulator)
     11 * type
     12{{{
     13sudo nano /usr/local/rasdaman/bin/rasdaview
     14}}}
     15 * replace the last line with
     16{{{
     17cd $RASVIEWHOME && ./rview.bin
     18}}}
     19 * [[Image(attachment:rasdaview-fix.png)]]
     20 * type Ctrl-O to save, and Ctrl-X to exit
     211. In the terminal type ''rasdaview'' to start the GUI client.
     221. Enter the connection details to connect to the rasdaman server (password is ''rasguest''):
     23 * [[Image(attachment:rasdaview-settings.png)]]