This repository contains configuration files for the creation of Docker images for the ARSnova Audience Response System. Pre-built ARSnova images are available at Docker Hub.
Follow these steps to setup Docker for running ARSnova:
- Make sure that Docker is installed and up to date.
- Initialize Docker's swarm mode:
docker swarm init
- Download docker-compose.yml and webapp.env to a new directory.
- Run
docker stack deploy -c docker-compose.yml arsnova
in the previously created directory.
That's it. You should now be able to access ARSnova at http://localhost. You can change configuration settings in webapp.env.
Follow these steps to build Docker images for ARSnova:
- Make sure that Docker and Docker Compose are installed and up to date.
- Clone this repository and
cd
into it. - Run
docker-compose build
.
You can now run docker-compose start
and test the images.
ARSnova should be running at http://localhost.