Skip to content

crdotson/screenly-ose

This branch is 2252 commits behind Screenly/Anthias:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e06cfad · Nov 21, 2017
Nov 14, 2017
Nov 20, 2017
Nov 21, 2017
Nov 17, 2017
Nov 20, 2017
Nov 20, 2017
Nov 17, 2017
Mar 27, 2015
May 3, 2016
Nov 13, 2017
Nov 14, 2017
Nov 17, 2017
Nov 23, 2015
Mar 9, 2013
Oct 16, 2017
Jun 22, 2016
Jun 29, 2017
Apr 10, 2017
Sep 20, 2017
Nov 20, 2017
Sep 5, 2017
Nov 20, 2017
Aug 19, 2017

Repository files navigation

Build Status Coverage Status Codacy Badge

Screenly OSE - Digital Signage for the Raspberry Pi

The tl;dr for installing Screenly OSE on Raspbian Lite is:

$ bash <(curl -sL https://www.screenly.io/install-ose.sh)

(The installation will take 15-20 minutes or so depending on your connectivity and the speed of your SD card.)

To learn more about Screenly, please visit the official website at Screenly.io. On the official site, you'll find the complete installation instructions and disk images.

An introduction to digital signage with Screenly OSE

Quick links:

Screenly OSE works on all Raspberry Pi versions, including Raspberry Pi Zero and Raspberry Pi 3 Model B.

Dockerized Development Environment

To simplify development of the server module of Screenly OSE, we've created a Docker container. This is intended to run on your local machine with the Screenly OSE repository mounted as a volume.

Assuming you're in the source code repository, simply run:

$ docker run --rm -ti \
  -p 8080:8080 \
  -v $(pwd):/home/pi/screenly \
  screenly/ose-dev-server

Running the Unit Tests

nosetests --with-doctest

About

Screenly OSE | Digital Signage for the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 42.2%
  • CSS 30.2%
  • JavaScript 17.2%
  • HTML 5.3%
  • CoffeeScript 4.0%
  • Shell 1.1%