/
Linux / Unix Installation
Linux / Unix Installation
Linux installation is manual but straightforward.
Install Java
Hobson requires a Java Runtime Environment (JRE) to run. You can check if Java is installed by running the following command:
$ java -version
If the command doesn't work, you will need to install a JRE.
Installing JRE on Ubuntu/Debian
sudo apt-get install openjdk-7-jdk
Installing JRE on CentOS / Red Hat / Fedora
sudo yum install java-1.7.0-openjdk
Install Hobson
- Extract the generic Unix tarball into a directory. For example:
cd /opt; tar xzvf ~/hobson-hub-distribution-0.6.0-222.tar.gz
- Change into the
/opt/hobson
directory and run./Hobson&
- Use a web browser to visitĀ http://your_hobson_hub_ip:8182/setup/index.htmlĀ (replace your_hobson_hub_ip with the IP address of the machine on which you installed the hub).
, multiple selections available,
Related content
Mac OS X Installation
Mac OS X Installation
More like this
Windows Installation
Windows Installation
More like this
Beaglebone Black
Beaglebone Black
More like this
REST API Authentication
REST API Authentication
More like this
Hub Development Home
Hub Development Home
More like this
Creating a Hobson Hub Plugin
Creating a Hobson Hub Plugin
More like this