Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 542 Bytes

sensorian-deploy-script

Configures a Raspberry Pi running Raspbian OS for the (SOFE 4610) IoT Course

Usage

  • Clone this repository on the Raspberry Pi
git clone https://github.com/IntegralProgrammer/sensorian-deploy-script
  • Copy build_rpi.sh to the /home/pi directory
cp sensorian-deploy-script/build_rpi.sh /home/pi
  • Make the script executable
chmod u+x build_rpi.sh
  • Execute the script
./build_rpi.sh
  • Sensorian LED will be blinking if installation was successful.