8
Google Coder + RaspberryPI A fun way to teach JavaScript

RaspberryPI + Google Coder

Embed Size (px)

Citation preview

Page 1: RaspberryPI + Google Coder

Google Coder + RaspberryPIA fun way to teach JavaScript

Page 2: RaspberryPI + Google Coder

What do we need?RasberryPI 4GB SD Card

Power supply 5V 1A

Router

LaptopEthernet cable

Page 3: RaspberryPI + Google Coder

$ wget coder

Page 4: RaspberryPI + Google Coder

Set the static IP addressedit RPi file /etc/network/interfaces:

iface eth0 inet static # replace: iface eth0 inet dhcp

...

address 192.168.1.81

netmask 255.255.255.0

network 192.168.1.0

broadcast 192.168.1.255

gateway 192.168.1.254

Page 5: RaspberryPI + Google Coder

Connect the RaspberryPI

micro USB powerto the laptop

SD card

Ethernet connected to the laptop

Page 6: RaspberryPI + Google Coder

Select Wifi "CoderConfig"in laptop’s browser go to:https://coder.local

Page 7: RaspberryPI + Google Coder

Have fun!

Page 8: RaspberryPI + Google Coder

Thanks!discussion