cheers, I will stay tuned
my dockerfile:
```
FROM ubuntu:16.04
RUN apt-get update
# enable install from PPA
RUN apt-get install -y software-properties-common
RUN apt-get install -y python-software-properties
# install jamovi
RUN add-apt-repository ppa:jonathon-love/jamovi
RUN apt-get update && apt ...
Search found 3 matches
- Fri Aug 25, 2017 3:45 pm
- Forum: Off-topic
- Topic: possible to run as docker container?
- Replies: 8
- Views: 185578
- Fri Aug 25, 2017 7:21 am
- Forum: Off-topic
- Topic: possible to run as docker container?
- Replies: 8
- Views: 185578
possible to run as docker container?
hello -
I have created a small dockerfile to test jamovi as Fedora user
it seems successful with the limitation that I don't see any front-end (no surprise)
My question: does jamovi expose a URL to the host system that can be accessed using a web browser?
I have created a small dockerfile to test jamovi as Fedora user
it seems successful with the limitation that I don't see any front-end (no surprise)
My question: does jamovi expose a URL to the host system that can be accessed using a web browser?
- Tue Jul 04, 2017 7:51 am
- Forum: General
- Topic: [SOLVED] Fedora linux
- Replies: 8
- Views: 20735
Re: Fedora linux
@janvydra
many thanks for your effort - would you mind sharing the script you used to build jamovi for fedora?
many thanks for your effort - would you mind sharing the script you used to build jamovi for fedora?