Skip to content

cncjs/cncjs-pi-raspbian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install script for CNCjs on Raspberry Pi w/ Raspberry Pi OS

This install script with get you started quickly with CNCjs on a Raspberry Pi. For a more complete introduction, see the CNCjs Introduction section of the wiki page.

Download & Install Raspberry Pi OS (previously called Raspbian) the official operating system for the Raspberry Pi. NOTE: Tested on Raspberry Pi OS Lite x32 & x64 - April 4th 2022 (x32 recommended)

  1. Download Raspberry Pi OS, the Lite edition is recommended.
  2. Then use Raspberry Pi Imager to write the downloaded image to SD Card or Flash Drive.
  3. Power-on you Raspberry Pi
  4. Finish Setting up you Raspberry Pi
    • Run "Welcome to Raspberry Pi" or sudo raspi-config

2. Install CNCjs

  • Method 1: Download and run installer.
URL="https://raw.githubusercontent.com/cncjs/cncjs-pi-raspbian/master/cncjs_install.sh"
curl -sSL ${URL} | bash

  • Method 2: Download, then run installer.
URL="https://raw.githubusercontent.com/cncjs/cncjs-pi-raspbian/master/cncjs_install.sh"
wget -O cncjs_install.sh "${URL}"
cat --number cncjs_install.sh
sudo bash cncjs_install.sh

Additonal Infomation

If you run into issues with installation on a raspberry pi, please post this repositries "Issues".

About

Raspberry PI distribution of CNCjs in a ready to deploy image. Includes some useful script and documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published