Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Hobson Hub can be installed on Raspberry Pi in two primary ways:

  • Ubuntu Snappy Core
  • Raspbian

Ubuntu Snappy Core

Coming soon.

Raspbian

Note: This was tested with Raspbian Jessie but other distros should be similar. The "Lite" version of Raspbian is all that is needed for Hobson.

  1. Install Raspbian to an SD card following the guides here: https://www.raspberrypi.org/documentation/installation/installing-images/README.md
  2. Insert the newly created SD card into the Raspberry Pi and boot it.
  3. Login as user pi with password raspberry.
  4. Make sure the Pi has Internet access and then install Java by running: sudo apt-get update && sudo apt-get install oracle-java7-jdk
  5. Copy the Hobson Hub generic UNIX tarball to the Pi in the pi user's home directory. For example using scp (and assuming your Pi's IP address is 192.168.0.236 and you're installing the 0.8.0 version of Hobson): scp hobson-hub_unix_0_8_0.tar.gz pi@192.168.0.236:~
  6. Change to the opt directory by executing: cd /opt
  7. Extract Hobson into the /opt directory. For example: sudo tar xzvf /home/pi/hobson-hub_unix_0_8_0.tar.gz
  8. Change to the new Hobson directory: cd /opt/hobson
  9. Run Hobson by executing: sudo ./Hobson&
  10. From another computer, use your web browser to navigate to the configuration wizard (again assuming your Pi's IP address is 192.168.0.236): http://192.168.0.236:8182/setup
  • No labels