An open API service indexing awesome lists of open source software.

https://github.com/monarc-project/technical-guide

Technical guide of MONARC
https://github.com/monarc-project/technical-guide

documentation monarc risk-analysis

Last synced: 4 months ago
JSON representation

Technical guide of MONARC

Awesome Lists containing this project

README

          

# Technical guide

Technical guide of [MONARC](http://monarc.lu), intended to
administrators of a MONARC instance.

In order to generate the documentation install
[Asciidoctor](http://asciidoctor.org/#installation), then:

```bash
$ sudo apt-get install asciidoctor
$ sudo gem install --pre asciidoctor-pdf
$ sudo gem install coderay pygments.rb

$ make html
$ make pdf
```