Skip to content

01. Raspberry Pi Code Installation

Larry Athey edited this page Sep 15, 2024 · 4 revisions

YOU MUST BE USING A 100% RAW UNADULTERATED RASPBIAN INSTALLATION BEYOND THE NETWORK SETUP!

Simply run the following command to clone the latest code to a temporary local copy on your Raspberry Pi.

git clone https://github.com/larry-athey/rpi-smart-still

You will end up with a directory named rpi-smart-still in the current directory. Then execute the following commands to install the system.

cd rpi-smart-still/Undercarriage/

./install.sh

Follow all of the prompts that you are presented with. The very end of the installation script will instruct you to copy & paste the cron job on your screen into the cron editor, and make a couple changes in raspi-config.

Reboot your Raspberry Pi and you're off to the races. You can then pull up the web UI from another computer, tablet, or cell phone on the same WiFi network with http://ip-address-of-your-pi

You can then safely delete the rpi-smart-still directory since it won't be needed again on the Raspberry Pi itself.