Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Mar 15, 2018
1 parent 5c1eff0 commit f6b31e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/technical_documentation/kura/kura_install guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,18 @@ We chose Eclipse Kura to manage the gateway components of our system. Kura helps
OpenJDK Runtime Environment(…)
OpenJDK Client VM (…)```

3. Download the Kura package:
4. Download the Kura package:

```wget http://download.eclipse.org/kura/releases/<version>/kura_<version>_raspberry-pi-2-3_installer.deb```
*Note: replace <version> in the URL above with the version number of the latest release (e.g. 3.1.0)*
4. Install Kura:

5. Install Kura:

```sudo gdebi kura_<version>_raspberry-pi-2-3_installer.deb```

5. Reboot the Raspberry Pi: `sudo reboot`
6. Reboot the Raspberry Pi: `sudo reboot`

6. Kura setups a local web ui that is available using a browser via: `http://<device-ip>`
7. Kura setups a local web ui that is available using a browser via: `http://<device-ip>`

* Default username is: admin
* Default password is: admin

0 comments on commit f6b31e9

Please sign in to comment.