Ruchira Kariyawasam
Ruchira Kariyawasam

Reputation: 440

Eclipse Kura installation on Linux machines or VM

We know that eclipse kura can be installed on edge devices and Raspberry pi is the most popular edge device at now.

As per https://www.eclipse.org/kura/downloads.php, we can see various downloads for Raspberry pi, Intel Edition, BeagleBone and Fedora with the beta release.

But we couldn't see the download link to install it on Linux machines or VM. (Ubuntu or centos VM ). We want to install it on ubuntu machine and possible to view web UI on that machine.

EDIT(edit the question)

  1. Is that possible to install only on Fedora ?

  2. What are the complete steps to install kura on ubuntu or Centos ?

Upvotes: 1

Views: 1107

Answers (1)

David Woodard
David Woodard

Reputation: 461

I believe the question was asked and answered here. To summarize, there is no generic installer for Ubuntu, Fedora, or CentOS. Kura has dependencies on both the OS and CPU architecture. The supported platforms are:

  • Raspberry Pi based on Raspbian: Raspberry Pi, Raspberry Pi B+, Raspberry Pi 2/3
  • BeagleBone Black based on Debian
  • Fedora 25 ARM
  • Intel Edison

The "No Net" versions of the posted installers will remove most of the OS dependencies. For CPU architectures, if you are using something other than ARMv6 HF or x86_64, you will need to compile the native libraries. The minimum native library needed for Kura to start is udev.

Upvotes: 3

Related Questions