- Share Mac's Ethernet port [via]
- Determine PI IP Address
arp -a
- ssh [email protected] / raspberry
- Generate SSH keys [via]
- SSH key auth
scp ~/.ssh/id_rsa.pub [email protected]:~/.ssh/authorized_keys
- change pi password
sudo raspi-config
"update this tool to latest version"- set TZ, locale (disable en_GB)
- set hostname to a pi-pun
sudo apt-get update
sudo apt-get install git-core
sudo apt-get install ruby
- may want to set X11 to full screen mode in Preferences
ssh -Y [email protected]
to get an X11 Forward ssh session [via]lxsession
starts Desktop Manager- can start other X apps from cmd line without running Desktop Manager
- Ruby + Overall guide http://rayhightower.com/blog/2012/12/03/ruby-on-raspberry-pi/
- Ruby + Puppet http://nofail.de/2013/01/pulling-strings-on-raspberry-pi/
- digital signage http://weetinyworld.blogspot.com.es/2013/02/using-raspberry-pi-as-digital-signage.html
- simplest kiosk mode I've come across (yet) http://lokir.wordpress.com/2012/09/16/raspberry-pi-kiosk-mode-with-chromium/
- Comprehensive Kiosk
- Adafruit's PI Guide
Trying to run
dashboard start
i had this error: Could not find a JavaScript runtime?but i solved it with installing NodeJS
sudo apt-get install nodejs
Also i had to install RVM for Ruby 2.0