Skip to content

High-available web service that visualizes a raptiformica cluster

License

Notifications You must be signed in to change notification settings

vdloo/raptiformica-map

Repository files navigation

raptiformica-map

High-available web service that visualizes a raptiformica cluster

 

screenshot of network graph

Requirements

Make sure you have the system requirements

apt-get install python3-dev graphviz libgraphviz-dev pkg-config

And install the pip requirements in a virtualenv

mkvirtualenv -a $(pwd) -p /usr/bin/python3 raptiformica-map
pip install -r requirements/base.txt

If you get a undefined symbol: Agundirected error, run this:

# see https://github.com/pygraphviz/pygraphviz/issues/71
pip install pygraphviz --install-option="--include-path=/usr/include/graphviz" --install-option="--library-path=/usr/lib/graphviz/" 

Development

Running the tests

pip install -r requirements/development.txt
./runtests.sh

Acknowledgements

This repository is an adaptation of fc00.org

About

High-available web service that visualizes a raptiformica cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages