Giter Site home page Giter Site logo

okyrhoe / cncjs-pi-raspbian Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cncjs/cncjs-pi-raspbian

0.0 0.0 0.0 292 KB

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

License: MIT License

Shell 98.24% Python 1.76%

cncjs-pi-raspbian's Introduction

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.

  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".

cncjs-pi-raspbian's People

Contributors

austinsaintaubin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.