Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 937 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 937 Bytes

Snueue

Snueue is an application that makes playing music and videos from reddit awesome.

Installation

The reccomended method for installing and running Snueue for development is using Docker Compose. This is automatically install all of the dependencies for Snueue along with a Redis database in docker containers.

Just follow the instructions to install Docker and Docker Compose on your system and run docker-compose up. The application will be available at localhost:5000.

The automated build for Snueue is available on DockerHub

Testing

Build Status

To run the tests with docker-compose:

docker-compose run web script/test

🐰