Sysmo-NMS user interface
This is the repository of Sysmo Operator, the main UI for the Sysmo-core application.
See the Sysmo-NMS Wiki.
Installer are here.
You can find the repositories for your linux distribution here.
Linux users can also use the “unstable” repository to enjoy the latest builds and enhencement here
$ sudo yum groupinstall 'Development Tools'
$ sudo yum install git qt-devel java-1.7.0-openjdk-devel cmake
$ sudo apt-get install git build-essentials qt-jdk openjdk-7-jdk cmake
$ brew install git qt java cmake
$ git clone https://github.com/sysmo-nms/sysmo-operator.git
$ cd sysmo-operator
$ ./bootstrap
$ make
Everything is contained in the build/sysmo-operator executable. Move it somewhere
in the $PATH and you’re done.