Raspi Install - johntrue15/NOCTURN-Raspi-test GitHub Wiki
Raspberry Pi Installation Guide
Prerequisites
- Raspberry Pi (3B+ or newer recommended)
- SD Card (16GB+ recommended)
- Network connection to X-ray machine
- GitHub account
Quick Install
- Download NOCTURN.iso
- Flash to SD card using Raspberry Pi Imager
- Boot Raspberry Pi
- Follow GitHub authentication flow
Manual Installation Steps
# 1. Clone the repository
git clone https://github.com/johntrue15/NOCTURN-Raspi-test.git
cd NOCTURN-Raspi-test
# 2. Run installation script
sudo ./install.sh
# 3. Configure GitHub credentials
sudo ./setup_git_config.sh
# 4. Setup network share
sudo ./setup_smb_share.sh
Configuration Files
/opt/pca_parser/config.ini
: Main configuration
/root/.git-credentials
: GitHub authentication
/etc/systemd/system/pca_parser.service
: Service configuration
Verifying Installation
- Check service status:
systemctl status pca_parser.service
- Monitor logs:
journalctl -u pca_parser.service -f