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

Build a docker image for ansible-artimed #8

Closed
mvdbeek opened this issue Oct 14, 2015 · 1 comment
Closed

Build a docker image for ansible-artimed #8

mvdbeek opened this issue Oct 14, 2015 · 1 comment

Comments

@mvdbeek
Copy link
Collaborator

mvdbeek commented Oct 14, 2015

This one should be low-priority, but a simple Dockerfile with ansible would be enough
to clone this repo and setup the artimed instance. Nice for quick bugfixing :)

FROM ubuntu/14.04

RUN apt-get update && apt-get install build-essentials ansible
ADD galaxy.yml /galaxy.yml
RUN ansible-playbook galaxy.yml

Obvisouly I didn't test this, but it should be very easy with good ansible roles and playbooks :).

@mvdbeek mvdbeek added this to the version 0.3 release milestone Oct 14, 2015
@fabiorjvieira
Copy link
Contributor

This issue should be merged with the issue #26.

@mvdbeek mvdbeek closed this as completed Jan 6, 2016
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

2 participants