mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-07 23:05:08 -04:00
b6893b2bd9c23fcd98c7cf08eb166451f33452ed
Screenly OSE - Digital Signage for the Raspberry Pi
The tl;dr for installing Screenly OSE on Raspbian Jessie is:
$ bash <(curl -sL https://www.screenly.io/install-ose.sh)
(The installation will take 15-20 minutes or so depending on your connectivity and the speed of your SD card.)
To learn more about Screenly, please visit the official website at Screenly.io. 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
Running the Unit Tests
nosetests --with-doctest
Languages
Python
68.9%
HTML
9.7%
Shell
6.4%
SCSS
5.2%
CSS
4.2%
Other
5.5%