Sign inSign up

scollazo/ripple-docker

By scollazo

Updated over 8 years ago

Docker image with the audience response system Ripple ready to use

Image
1

935

scollazo/ripple-docker repository overview

Docker container for the ripple audience response system

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

Ripple demo

Tag summary

Content type

Image

Digest

sha256:28e808198

Size

268.4 MB

Last updated

over 8 years ago

docker pull scollazo/ripple-docker