Docker image with the audience response system Ripple ready to use
935
Ripple is a free Audience/Personal Response System to add enhanced interactivity to classroom environment. ( source )
Source: https://github.com/uoregon-libraries/ripple (sadly, it's no longer maintained)
Run with
mkdir -p ~/ripple-mongodb
docker run -v $(readlink -f ~/ripple-mongodb):/var/lib/mongodb -p 8888:8888 -d -t scollazo/ripple-docker
The first time the container is used, it will populate the db
After a few seconds, ripple will be avaliable at http://YOUR_IP:8888
Default credentials:
user: Administrator
password: ripple
Youtube demo
Content type
Image
Digest
sha256:28e808198…
Size
268.4 MB
Last updated
over 8 years ago
docker pull scollazo/ripple-docker