[OSGeoLive] #2383: actinia only available through docker
OSGeoLive
trac_osgeolive at osgeo.org
Wed Aug 3 11:01:56 PDT 2022
#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: <https://trac.osgeo.org/osgeolive/ticket/2383#comment:4>
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