Skip to content
/ preheat Public

🥧 A little oven preheat for my Pi's to setup faster.

Notifications You must be signed in to change notification settings

c9obvi/preheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Setup Script

preheat-pi

a little oven preheat for my Pi's to setup faster.

This repository contains a setup script for automating the installation and configuration of a Raspberry Pi for a specific Node.js application. The script updates the system, installs Git, Node.js, Flask, BeautifulSoup, Selenium, and other necessary dependencies.

Getting Started

These instructions will get you a copy of the project up and running on your Raspberry Pi.

Prerequisites

What things you need to install the software:

  • A Raspberry Pi with network access
  • Raspbian OS or similar installed

Installing

A step-by-step series of examples that tell you how to get a development environment running:

Clone the Repository

First, clone this repository to your Raspberry Pi:

git clone https://github.com/c9obvi/preheat-pi.git

Navigate to the Script Change to the directory containing the script:

cd preheat-pi/

Make the Script Executable Make setup.sh executable:

chmod +x setup.sh

Run the Setup Script Execute the script:

./setup.sh

Built With

  • Node.js - The JavaScript runtime
  • Flask - The web framework used
  • BeautifulSoup - Library for parsing HTML and XML documents
  • Selenium - Tool for automated web testing

Authors

0xBerto - Initial work - @c9obvi on Github License:

This project is licensed under the MIT License - see the LICENSE.md file for details


Hat tip to anyone whose code was used

thank you

About

🥧 A little oven preheat for my Pi's to setup faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages