Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add demo installation with Docker image #29

Closed
stweil opened this issue May 31, 2016 · 4 comments
Closed

Add demo installation with Docker image #29

stweil opened this issue May 31, 2016 · 4 comments

Comments

@stweil
Copy link
Member

stweil commented May 31, 2016

A Docker image of PalMA could be used for demos and test, but also to add PalMA functionality to simple presentation PCs.

@wagneral
Copy link

No actions since may 2017: therefore closed.

@stweil stweil removed the wontfix label Feb 28, 2018
@stweil
Copy link
Member Author

stweil commented Feb 28, 2018

I'd like to keep that open.

@stweil stweil reopened this Feb 28, 2018
@wagneral wagneral closed this as completed Mar 2, 2018
@wagneral wagneral reopened this Mar 2, 2018
@jmechnich
Copy link
Contributor

jmechnich commented Dec 8, 2019

A Dockerfile has been added with tag v1.4.8.
A Docker image can be built and run on the fly e.g. with docker run -it -e THEME=ub-mannheim/a3 -h palma-docker --name palma --rm $(docker build -q github.com/UB-Mannheim/PalMA.git).

@dennmuel
Copy link
Member

In the latest version (using chromium on bullseye) an additional flag --cap-add=ALL is needed:

docker run -it -e THEME=ub-mannheim/a3 -h palma-docker --name palma --rm --cap-add=ALL $(docker build -q github.com/UB-Mannheim/PalMA.git)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants