Orange Pi 5 Installation - BlueJayADAL/JayRadar GitHub Wiki
First step is to visit the ORange Pi Website and download the image. Then install the image using BelenaEtcher
sudo apt-get update
sudo apt-get upgrade
sudo apt-get auto-remove
Clone the repository, and run
cd /absolute_path_here/api
pip3 install -r requirements.txt
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
You may have to install pip with:
sudo apt install -y python3-pip
pip3 install --upgrade pip