Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ PiCommander Public archive

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.

License

Notifications You must be signed in to change notification settings

rmscode/PiCommander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages