Viktor Petersson ff09a5c800 Fixing PEP8 errors.
2016-06-22 14:34:41 +01:00
2016-06-07 15:41:15 +06:00
2016-06-22 14:34:41 +01:00
2016-04-21 10:09:19 +01:00
2016-06-22 14:34:41 +01:00
2016-06-22 14:34:41 +01:00
2016-05-02 13:43:40 +01:00
2016-05-03 11:36:22 +01:00
2016-06-22 14:29:06 +01:00
2016-05-03 12:18:38 +01:00
2016-06-22 14:34:41 +01:00
2013-03-09 19:01:56 +01:00
2016-05-20 16:49:29 +01:00
2016-06-06 12:32:07 +01:00
2016-05-02 16:46:59 +06:00
2016-06-06 12:14:54 +01:00

Build Status Coverage Status

Screenly OSE - Digital Signage for the Raspberry Pi

The tl;dr for installing Screenly OSE on Raspbian Jessie/Wheezy is:

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

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

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

Disk Image Changelog

2016-04-20

  • Fixes scroll bar issues.
  • Adds custom handling for BerryBoot.

2016-04-18

  • Adds support for Raspberry Pi 3 Model B.
  • Switches to Raspbian Jessie Lite (from Raspbian Jessie).
  • Moves to Ansible-based install/upgrades.
  • Lots of minor bugfixes.

2015-02-25

  • Adds support for Raspberry Pi 2 Model B.
  • 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 1946e25247.

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
Description
No description provided
Readme GPL-2.0 46 MiB
Languages
Python 43.7%
TypeScript 31.9%
Shell 9.6%
HTML 3.8%
SCSS 3.2%
Other 7.7%