About
Octoprint installer for:
- Armbian systems based on Debian Buster
- Ubuntu based (tested on 18.04)
How-to install
Base armbian setup
- Get Armbian for your board on https://www.armbian.com/download/
- Install on your sd card - Example: https://www.albertogonzalez.net/how-to-install-armbian-debian-on-an-orange-pi-zero/
- Boot and login as root
- Run armbian-config and configure wifi
Run octoprint installer
Download && run
su -
wget https://raw.githubusercontent.com/Etherlord/octoprint_installer/master/octoprint_install.sh
chmod +x octoprint_install.sh
./octoprint_install.sh
Script enter password for octoprint system user and wait.
Open http://:5000 after script finish work
Enjoy!
Useful commands
Show octoprint logs
journalctl --no-pager -b -u octoprint
Show webcam logs
journalctl --no-pager -b -u octoprint
Restart octoprint
sudo systemctl restart octoprint.service
Restart webcam
systemctl restart webcam.service