项目作者: sysmo-nms

项目描述 :
Sysmo-NMS user interface
高级语言: C++
项目地址: git://github.com/sysmo-nms/sysmo-operator.git
创建时间: 2016-09-16T17:57:16Z
项目社区:https://github.com/sysmo-nms/sysmo-operator

开源协议:GNU General Public License v3.0

下载


Sysmo Operator

Build Status
Build status

This is the repository of Sysmo Operator, the main UI for the Sysmo-core application.

Documentation

See the Sysmo-NMS Wiki.

Howto Deploy Sysmo-Operator

Windows

Installer are here.

Linux

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

Prepare the build environment

Dependencies

  • git
  • C++ build tools
  • Qt5.X or Qt4.X >= 4.6 development environment
  • Java JDK 7 or 8
  • CMake

Dependencies install examples

CentOS 7

  1. $ sudo yum groupinstall 'Development Tools'
  2. $ sudo yum install git qt-devel java-1.7.0-openjdk-devel cmake

Debian 8

  1. $ sudo apt-get install git build-essentials qt-jdk openjdk-7-jdk cmake

MacOSX

  1. $ brew install git qt java cmake

Build

  1. $ git clone https://github.com/sysmo-nms/sysmo-operator.git
  2. $ cd sysmo-operator
  3. $ ./bootstrap
  4. $ make

Deploy

Runtime dependencies

  • Qt shared libraries
  • Java JRE 7 or 8

Everything is contained in the build/sysmo-operator executable. Move it somewhere
in the $PATH and you’re done.