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
- Host: GitHub
- URL: https://github.com/monarc-project/technical-guide
- Owner: monarc-project
- Created: 2017-06-26T07:59:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T11:27:55.000Z (over 3 years ago)
- Last Synced: 2025-06-11T09:56:54.287Z (about 1 year ago)
- Topics: documentation, monarc, risk-analysis
- Language: Makefile
- Homepage: https://monarc.lu/documentation/technical-guide
- Size: 1.22 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```