mirror of
https://github.com/Screenly/Anthias.git
synced 2026-03-09 18:27:02 -04:00
846 B
846 B
Screenly OSE Disk Image steps
- Download the latest Rasbian Stretch Lite
- Flash out the disk image to a 4GB SD card
- Boot the system
- Run
raspi-configand:- Set the keyboard to locale to
en_US.UTF-8 UTF-8
- Set the keyboard to locale to
- Run the installer and install the production branch
- Verify that everything works
- Add the sample assets (make sure to set the end date to year 2020 or similar)
- web: https://weather.srly.io - Screenly Weather Widget
- web: https://clock.srly.io - Screenly Clock Widget
- web: https://news.ycombinator.com - Hacker News
- Run
sudo ./bin/prepare_device_for_imaging.sh - Shut down the system
- Create the disk image by running
SD_DEV=/dev/sdc sudo -E ./bin/create_screenly_ose_build.shon a Linux machine (where/dev/sdcis your SD card)