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.
- 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.
- Clone the repository using git or github cli. (git should be installed by default)
- Git:
git clone https://github.com/rmscode/PiCommander.git
- Github CLI:
gh repo clone rmscode/PiCommander
- Git:
- Make the script executable:
chmod +x PiCommander/scripts/PiCommander.sh
- Run the script:
./PiCommader/scripts/PiCommander.sh