| 1 | = OSGeo-Live DVD Guide = |
| 2 | |
| 3 | The [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 | |
| 5 | 1. Download and extract the virtual machine image [http://live.osgeo.org/en/download.html here]. |
| 6 | 1. Create a new VM in !VirtualBox and use the extracted .vmdk file as a hard disk. |
| 7 | 1. Boot the new VM, default user is with username ''user'' and password ''user''. |
| 8 | 1. Start the rasdaman server by going to Geospatial -> Databases -> Rasdaman -> Start Rasdaman Server |
| 9 | 1. 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 | {{{ |
| 13 | sudo nano /usr/local/rasdaman/bin/rasdaview |
| 14 | }}} |
| 15 | * replace the last line with |
| 16 | {{{ |
| 17 | cd $RASVIEWHOME && ./rview.bin |
| 18 | }}} |
| 19 | * [[Image(attachment:rasdaview-fix.png)]] |
| 20 | * type Ctrl-O to save, and Ctrl-X to exit |
| 21 | 1. In the terminal type ''rasdaview'' to start the GUI client. |
| 22 | 1. Enter the connection details to connect to the rasdaman server (password is ''rasguest''): |
| 23 | * [[Image(attachment:rasdaview-settings.png)]] |