OpenAg informational website
The food_computer_2 runs on the standard Raspberry Pi Linux distribution: Raspbian Jesse. If you’re setting up the Food Computer from scratch, you’ll want to install Raspbian on an SD card first.
What you’ll need:
Instructions:
Once you have Raspbian Jesse installed on your Raspberry Pi, connect it to the internet. Now you’re ready to install the Food Computer software.
Note: If you’ve purchased and installed the Adafruit TFT touchscreen you can download an image from Adafruit.com that includes the TFT drivers allowing you to skip the process of setting the touchscreen up.
Adafruit install image instructions are here!
Here is the link to copy RPI images to SD cards
Here is a handy how/why guide to setup your .local domain for your RaspberryPI
What you’ll need:
Now that your Raspberry Pi has an operating system, we’ll want to log on to the pi over ssh. If you’ve never ssh before, raspberrypi.org has a great tutorial page.
We’ll want to make sure Git is installed (if you installed Raspbian Jesse Lite, you will probably have to install Git, otherwise, it will already be installed). In terminal, or over ssh, run:
sudo apt-get update
sudo apt-get install git
Time to head over to installing and install the software.