2018-06-25 18:20:19 +02:00
2018-05-15 17:40:31 +01:00
2018-05-03 15:58:28 +01:00
2018-06-20 22:17:08 +06:00
2018-06-11 14:57:25 +06:00
2018-02-07 19:19:46 +06:00
2016-05-03 11:36:22 +01:00
2017-12-18 14:33:41 +06:00
2016-06-22 14:34:41 +01:00
2017-06-29 18:39:36 +06:00
2013-03-09 19:01:56 +01:00
2018-06-21 11:42:47 +01:00
2018-05-23 12:04:35 +10:00
2018-06-23 21:46:16 +02:00
2018-05-01 20:31:49 +06:00
2018-06-22 15:37:45 +06:00

Build Status Codacy Badge

Screenly OSE - Digital Signage for the Raspberry Pi

Disk images

The recommended installation method is to grab the latest disk image from here.

Installing on Raspbian

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

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

This installation will take 15 minutes to several hours, depending on variables such as:

  • The Raspberry Pi hardware version
  • The SD card
  • The internet connection

During ideal conditions (Raspberry Pi 3 Model B+, class 10 SD card and fast internet connection), the installation normally takes 15-30 minutes. On a Raspberry Pi Zero or Raspberry Pi Model B with a class 4 SD card, the installation will take hours. As such, it is usually a lot faster to use the provided disk images.

To learn more about Screenly, please visit the official website at Screenly.io.

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 \
    --name=screenly-dev \
    -e 'LISTEN=0.0.0.0' \
    -p 8080:8080 \
    -v $(pwd):/home/pi/screenly \
    screenly/ose-dev-server

Running the Unit Tests

nosetests --with-doctest
Description
No description provided
Readme GPL-2.0 41 MiB
Languages
Python 43.7%
TypeScript 31.9%
Shell 9.6%
HTML 3.8%
SCSS 3.2%
Other 7.7%