[OSGeoLive] #2266: actinia demo fails

OSGeoLive trac_osgeolive at osgeo.org
Tue Jan 5 09:44:40 PST 2021


#2266: actinia demo fails
-----------------------+----------------------------
 Reporter:  kalxas     |       Owner:  osgeolive@…
     Type:  defect     |      Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive14.0
Component:  OSGeoLive  |  Resolution:
 Keywords:  actinia    |
-----------------------+----------------------------

Comment (by neteler):

 Thanks for packaging it! So I found it at
 https://launchpad.net/~osgeolive/+archive/ubuntu/nightly and tried in
 docker for a first error analysis:

 {{{
 docker pull ubuntu:20.04
 docker images
 docker run -it --rm f643c72bc252 /bin/bash
 }}}

 In docker:

 {{{
 apt-get install software-properties-common
 add-apt-repository ppa:osgeolive/nightly
 apt-get update

 # install actinia
 apt-get install python3-actinia-core

 # install GRASS GIS (needed for ace - actinia commmand execution tool)
 apt-get install grass-dev wget
 }}}

 Testing with latest quickstart (https://osgeo.github.io/OSGeoLive-
 doc/en/quickstart/actinia_quickstart.html)

 {{{
 # test "ace" in GRASS GIS with actinia server
 mkdir -p /opt/grassdata $HOME/.grass7/addons/scripts/
 grass -c epsg:4326 /opt/grassdata/longlat4326

 # get ace script
 wget
 https://raw.githubusercontent.com/mundialis/actinia_core/master/scripts/ace
 -O $HOME/.grass7/addons/scripts/ace
 chmod a+x $HOME/.grass7/addons/scripts/ace

 ace --help
 }}}

 Time to test the connection:

 {{{
 # credentials from https://actinia.mundialis.de
 export ACTINIA_USER='demouser'
 export ACTINIA_PASSWORD='gu3st!pa55w0rd'
 export ACTINIA_URL='https://actinia.mundialis.de/latest'

 # list locations on server
 ace --list-locations

 # list mapsets in location nc_spm_08
 ace --location nc_spm_08 --list-mapsets
 }}}

 Up to here it works in docker.

 What's missing
 - some maps are (after mundialis server upgrade) not yet visible to
 "demouser" which we need to fix
 - same round of tests then to be done with latest test-OSGeoLive iso/VM

-- 
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2266#comment:6>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.


More information about the osgeolive mailing list