Skip to content

mmilinkov/eclipseiot-demobox

 
 

Repository files navigation

This repository contains a set of scripts that aim at making it easy to demo Eclipse IoT software. Here's how to setup your Raspberry Pi 2 to run this demo infrastructure.

Note that we are assuming that you will have setup your touchscreen properly beforehand, and of course have some basic knowledge on how to SSH into the Raspberry Pi and things like that :-) If you got a display from Adafruit, you can use their setup guide to correctly configure the resolution etc.

  • Install Raspbian Jessie on your Raspberry Pi 2, either using an SD card image, or by upgrading an existing Wheezy installation (longer).
  • Install the following apt packages:
    • sudo apt-get install screen node git cmake build-essential iceweasel
  • Install Kura (without the network management features)
  • Clone this repository recursively in the directory of your choice
    • git clone https://github.com/kartben/eclipseiot-demobox --recursive
  • All that is left for you to do is navigate to the directory where you cloned the repository, and execute the following command
    • ./setup.sh
  • You can now open Iceweasel (web browser) and navigate to http://localhost:8089

Setting up your Raspberry Pi as a Wi-Fi hotspot

Follow the instructions at https://github.com/harryallerston/RPI-Wireless-Hotspot to setup your Raspberry Pi as a wireless hotspot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.0%
  • JavaScript 42.7%
  • Shell 4.3%