PuppetPC Installation Manual
This guide provides step-by-step instructions for installing PuppetPC on your system.
Table of contents
- Prerequisites
- Installation on Windows
- Installation on Linux (PC)
- Installation on Raspberry Pi (RPI)
- Installation on NVIDIA Jetson
Prerequisites
Before beginning the installation process, ensure that your system meets the following requirements:
- A stable internet connection.
- Administrative access to your computer.
Installation on Windows
- Download the Installer: Visit the PuppetPC website and download the Windows standalone runtime.
- Run the Installer: Find the downloaded
.exe
file and double-click it to initiate the installation. - Verify Installation: A terminal window will open, indicating PuppetPC is operational. Keep this terminal window open to sustain the connection.
- Control Interface: The control interface will launch in your default web browser.
Installation on Linux (PC)
- Open Terminal: Launch your terminal.
- Download and Install: Use the following command to download and install PuppetPC:
curl https://api.puppetpc.com/static/release/puppetpc_48.0.0-1_amd64.deb --output puppetpc_48.0.0-1_amd64.deb && sudo dpkg -i puppetpc_48.0.0-1_amd64.deb
- Verify Installation: Confirm PuppetPC is running correctly:
systemctl status puppetpc
Installation on Raspberry Pi (RPI)
- Open Terminal on RPI
- Download and Install: Choose the command based on your RPI’s architecture:
- For RPI running a 32-bit OS:
curl https://api.puppetpc.com/static/release/puppetpc_48.0.0-1_armhf.deb --output puppetpc_48.0.0-1_armhf.deb && sudo dpkg -i puppetpc_48.0.0-1_armhf.deb
- For RPI running a 64-bit OS:
curl https://api.puppetpc.com/static/release/puppetpc_48.0.0-1_arm64.deb --output puppetpc_48.0.0-1_arm64.deb && sudo dpkg -i puppetpc_48.0.0-1_arm64.deb
- For RPI running a 32-bit OS:
- Verify Installation:
systemctl status puppetpc
Installation on NVIDIA Jetson
- Open Terminal on Jetson
- Download and Install:
curl https://api.puppetpc.com/static/release/puppetpc_48.0.0-1_arm64.deb --output puppetpc_48.0.0-1_arm64.deb && sudo dpkg -i puppetpc_48.0.0-1_arm64.deb
- Verify Installation:
systemctl status puppetpc
For support, visit the PuppetPC official website.