commit | 15861b401c94cab59c9a2f450d8e381498dcd220 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri Mar 09 16:44:18 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Mar 09 16:44:18 2018 +0100 |
tree | 91a178963f7aea65ea821443650406c7b2cfeb00 | |
parent | a6e015b527494ff33558adba298eff8fb3724f27 [diff] |
frontend BUGFIX fix displaying rounded corners on inventory items in Firefox
Web-based NETCONF management center
This tool is currently under development and not intended for production use. However, we welcome your feedback provided via the issue tracker.
The application is created as a module to the liberouter-gui framework, so to install it, follow the liberouter-gui instructions.
The backend is a Flask server written in Python 3 and utilizing libyang and libnetconf2 Python bindings. Unfortunatelly, the code of the bindings is not yet finished, so please use the devel branches of the mentioned libraries:
$ git clone -b devel https://github.com/CESNET/libyang $ mkdir -p libyang/build && cd libyang/build $ cmake -DGEN_LANGUAGE_BINDINGS=ON .. $ make # make install
$ git clone -b devel https://github.com/CESNET/libnetconf2 $ mkdir -p libnetconf2/build && cd libnetconf2/build $ cmake -DENABLE_PYTHON=ON .. $ make # make install
For fast and simple testing/development deployment, you can use the prepared Vagrantfiles for instantiating virtual machine. More information can be found here.