Skip to content

Screenly OSE -- Digital Signage for the Raspberry Pi

Notifications You must be signed in to change notification settings

woolensculpture/screenly-ose

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c7055d · Sep 25, 2015
Feb 12, 2013
Feb 26, 2015
Oct 12, 2014
Sep 24, 2015
Jan 28, 2015
Mar 27, 2015
Sep 24, 2015
Sep 24, 2015
Mar 27, 2015
Mar 9, 2013
Sep 25, 2015
May 15, 2014
Mar 1, 2013
Oct 19, 2013
Mar 7, 2013
Jul 23, 2014
Dec 2, 2014
Oct 12, 2014
Oct 16, 2014
Apr 9, 2015

Repository files navigation

Build Status Coverage Status

Screenly OSE - Digital Signage for the Raspberry Pi

To learn more about Screenly, please visit the official website at ScreenlyApp.com. On the official site, you'll find the complete installation instructions, along with a live-demo of Screenly.

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 \
  wireload/screenly-ose-server

Disk Image Changelog

2015-02-25

  • Adds support for Raspberry Pi B+ V2.
  • Upgrades kernel and kernel modules.
  • Brings system packages up to date.
  • Various bug fixes.

2014-11-03

  • Adds a setting for time display in 24 or 12 hour formats.
  • System updates (including Bash and OpenSSL).
  • Solves a UTF8 bug (#226).
  • Various bug fixes.

2014-08-13

  • Adds support for Raspberry Pi Model B+.
  • Improves handling in viewer.py where the splash page is being displayed before server.py has been fully loaded.
  • Pulls in APT updates from Screenly's APT repository.
  • Other bug fixes up to commit 1946e252471fcf34c27903970fbde601189d65a5.

2014-07-17

  • Fixes issue with load screen failing to connect.
  • Adds support for video feeds (#210).
  • Resolves issue with assets not being added (#209).
  • Resolves issue with assets not moving to active properly (#201).
  • Pulls in APT updates from Screenly's APT repository.

2014-01-11

  • Upgrade kernel (3.10.25+) and firmware. Tracked in this fork.
  • Change and use Screenly's APT repository (apt.screenlyapp.com).
  • apt-get upgrade to the Screenly APT repository.
  • Update Screenly to latest version.
  • The disk image is available at ScreenlyApp.com.

Running the Unit Tests

nosetests --with-doctest

About

Screenly OSE -- Digital Signage for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.5%
  • JavaScript 26.7%
  • Python 13.3%
  • HTML 4.8%
  • CoffeeScript 4.6%
  • Shell 2.1%