therobotacademy / screenly-ose

Screenly OSE | Digital Signage for the Raspberry Pi

Home Page:https://www.screenly.io/ose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge

Screenly OSE - Digital Signage for the Raspberry Pi

Which Screenly version is right for me?

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

About

Screenly OSE | Digital Signage for the Raspberry Pi

https://www.screenly.io/ose

License:Other


Languages

Language:Python 50.2%Language:JavaScript 19.4%Language:CSS 14.4%Language:HTML 8.4%Language:CoffeeScript 5.3%Language:Shell 2.1%Language:Dockerfile 0.2%