Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-06 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  closed
 Priority:  major  |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:  fixed
 Keywords: |
---+
Changes (by kalxas):

 * status:  new => closed
 * resolution:   => fixed

-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-05 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  major  |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Changes (by kalxas):

 * priority:  critical => major

-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-05 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by kalxas):

 https://github.com/OSGeo/OSGeoLive-doc/pull/785
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-04 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by carmenTawalika):

 Some more time invested and successful:

 https://pypi.org/project/actinia-core/4.2.0/
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-04 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by kalxas):

 Thank you Carmen for the update.

 Since the deadline for RC1 is this weekend, the PSC has decided to move
 actinia to VM only. There is no time to prepare debian packages for this
 release if no pypi releases are available.

 This leads to 2 choices:

 1. Update the actinia installer to use the above pip install (but needs to
 go into a separate virtualenv). Then add a section to the quickstart to
 use the local actinia deployment instead of the remote one.

 2. Do not change the installer this year but add a section to the
 quickstart with docker instructions (docker is now available on the VM
 version) so that users can run actinia through docker as an exercise.

 Thoughts?
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-03 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by carmenTawalika):

 I updated the upstream issue.

 In short, workaround could be:


 {{{
 pip3 install "actinia-core @
 
https://github.com/mundialis/actinia_core/releases/download/4.2.0/actinia_core-4.2.0-py2.py3
 -none-any.whl"
 pip3 install "actinia-api @ https://github.com/mundialis/actinia-
 api/releases/download/3.2.0/actinia_api-3.2.0-py3-none-any.whl"
 pip3 install -r
 https://raw.githubusercontent.com/mundialis/actinia_core/main/requirements.txt
 python3 -m actinia_core.main
 }}}

 A running redis instance is needed at localhost.
 If error appears: `PermissionError: [Errno 13] Permission denied:
 '/etc/default/actinia'` the config path can be adjusted, the file doesn't
 need to exist, e.g. `export DEFAULT_CONFIG_PATH=~$HOME/actinia.cfg`
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-03 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  defect |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Changes (by kalxas):

 * type:  task => defect

-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-08-02 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  task   |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by neteler):

 Related upstream ticket:

 https://github.com/mundialis/actinia_core/issues/370
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive


Re: [OSGeoLive] #2383: actinia only available through docker

2022-07-28 Thread OSGeoLive
#2383: actinia only available through docker
---+
 Reporter:  kalxas |   Owner:  osgeolive@…
 Type:  task   |  Status:  new
 Priority:  critical   |   Milestone:  OSGeoLive15.0
Component:  OSGeoLive  |  Resolution:
 Keywords: |
---+
Comment (by neteler):

 Would you mind to make it an upstream ticket at
 https://github.com/mundialis/actinia_core/issues
 ?

 Thanks
-- 
Ticket URL: 
OSGeoLive 
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.___
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive