Strangebrew Configuration

Connect HDMI, keyboard, mouse, Ethernet, and a temperature sensor (GPIO 4, +5, ground, with appropriate resistor). Power on, install Raspbain (NOOBS).

In raspi-config, change locale to en_US.UTF8, enable device tree, enable I2C.

After Raspbian is installed, type:

Code:
sudo modprobe w1-gpio sudo modprobe w1-therm

then type:

Code:
sudo nano /boot/config.txt

Add this line:

Code:
dtoverlay=w1-gpio,gpiopin=4

then type:

Code:
sudo nano /etc/modules

and add these lines to the bottom of the file /etc/modules:

Code:
w1-gpio
w1-therm

then type:

Code:
sudo reboot

Run:

Code:
git clone https://github.com/DougEdey/SB_Elsinore_Server

then type:

Code:
cd SB_Elsinore_Server

then run:

Code:
sudo ./launch.sh