Raspberry Pi 4 Installation - BlueJayADAL/JayRadar GitHub Wiki

Flash the Operating System

First step is to visit the Raspberry Pi Website and download the imager. Then install the latest Raspbian 64 bit Operating System. THIS WILL NOT WORK ON 32 BIT!

Update, Upgrade, Auto-Remove Cycle

sudo apt-get update
sudo apt-get upgrade
sudo apt-get auto-remove

Install dependencies

Clone the repository, and run

cd ./api
pip3 install -r requirements.txt

Client Installation

cd ../client
sudo apt-get install npm
sudo npm install
sudo npm run build

Troubleshooting

You may have to install pip with:

sudo apt install -y python3-pip
pip3 install --upgrade pip
⚠️ **GitHub.com Fallback** ⚠️