2018-09-07 13:52:03 +06:00
2018-08-13 17:43:45 +01:00
2018-07-16 12:53:07 +06:00
2018-07-02 16:03:08 +06:00
2018-09-07 13:52:03 +06:00
2018-09-07 13:52:03 +06:00
2016-05-03 11:36:22 +01:00
2018-08-28 09:09:41 -05:00
2017-12-18 14:33:41 +06:00
2017-06-29 18:39:36 +06:00
2013-03-09 19:01:56 +01: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 -it \
    --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 57 MiB
Languages
Python 53.3%
TypeScript 19.7%
Shell 8.3%
HTML 6.6%
CSS 5.4%
Other 6.6%