Search found 3 matches

by bowerth
Fri Aug 25, 2017 3:45 pm
Forum: Off-topic
Topic: possible to run as docker container?
Replies: 8
Views: 44287

Re: possible to run as docker container?

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 &&am...
by bowerth
Fri Aug 25, 2017 7:21 am
Forum: Off-topic
Topic: possible to run as docker container?
Replies: 8
Views: 44287

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?
by bowerth
Tue Jul 04, 2017 7:51 am
Forum: General
Topic: [SOLVED] Fedora linux
Replies: 8
Views: 7674

Re: Fedora linux

@janvydra

many thanks for your effort - would you mind sharing the script you used to build jamovi for fedora?