Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.07 KB

About

A simple set of scripts that will automate some basic system configuration tasks for a fresh install of PiSignage on a Raspberry Pi. Tested on a Raspberry Pi 3 and 4 running PiSignage 3.2.0.

Features

  • Installs a few packages. Namely, jq for parsing json and watchdog for automatic system recovery after a kernel panic.
  • Guides user through the process of creating a playlist and asset settings.
  • Guides the user through configuring various PiSignage settings.
  • Prompts the user to change the default system & WebUI password.
  • Enables and configures the watchdog service.
  • Self cleaning . . . removes cloned PiCommander directory from the system after running.

Usage

  1. Clone the repository using git or github cli. (git should be installed by default)
    1. Git: git clone https://github.com/rmscode/PiCommander.git
    2. Github CLI: gh repo clone rmscode/PiCommander
  2. Make the script executable: chmod +x PiCommander/scripts/PiCommander.sh
  3. Run the script: ./PiCommader/scripts/PiCommander.sh