/draft-tailhardat-nmop-incident-management-noria

I-D for knowledge graphs as a mean towards enhanced cross operators incident management and network design.

Primary LanguageMakefileOtherNOASSERTION

Knowledge Graphs for Enhanced Cross-Operator Incident Management and Network Design

This is the working area for the individual Internet-Draft, "Knowledge Graphs for Enhanced Cross-Operator Incident Management and Network Design".

Contributing

See the guidelines for contributions.

Contributions can be made by creating pull requests. The GitHub interface supports creating pull requests using the Edit (✏) button.

Command Line Usage

Formatted text and HTML versions of the draft can be built using make.

$ make

Command line usage requires that you have the necessary software installed. See the instructions.

Satisfying pre-requisites might notably include running:

sudo apt install ruby-bundler
sudo apt install python3.10-venv

If running make behind a proxy, you might need to set the environment HTTP_PROXY and HTTPS_PROXY vars prior to run make:

export HTTPS_PROXY=http://<user>:<pass>@<proxy_fqdn>:<proxy_port>/
export HTTP_PROXY=http://<user>:<pass>@<proxy_fqdn>:<proxy_port>/
printenv | grep _PROXY

Useful links

Maintainer