Skip to content

Instantly share code, notes, and snippets.

@ricardoanguiano
Last active August 29, 2015 14:16
Show Gist options
  • Save ricardoanguiano/233f479e4b35a61faaa5 to your computer and use it in GitHub Desktop.
Save ricardoanguiano/233f479e4b35a61faaa5 to your computer and use it in GitHub Desktop.
open sprinkler raspberry pi setup

Before booting

Edit /etc/network/interfaces for local wireless network.

Install ntpdate

# apt-get install ntpdate

Set timezone

# raspi-config
# 4, 2, America/Los_Angeles

Expand Filesystem

# raspi-config
# 1, reboot

Edit hostname

# grep ospi /etc/hosts /etc/hostname
/etc/hosts:127.0.1.1	frontyard
/etc/hostname:frontyard

Install avahi-daemon

# apt-get install avahi-daemon

Use new hostname in browser

# browser http://frontyard/sprinklers/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment