Orange Pi 5 Installation - BlueJayADAL/JayRadar GitHub Wiki

Flash the Operating System

First step is to visit the ORange Pi Website and download the image. Then install the image using BelenaEtcher

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 /absolute_path_here/api
pip3 install -r requirements.txt

Client Installation

To install the client you need to install npm and node js then install and run the build.

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** ⚠️