Configures a Raspberry Pi running Raspbian OS for the (SOFE 4610) IoT Course
- 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.