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).