https://github.com/monarc-project/administrator-guide
MONARC administrator’s guide
https://github.com/monarc-project/administrator-guide
administration-guide monarc
Last synced: 5 months ago
JSON representation
MONARC administrator’s guide
- Host: GitHub
- URL: https://github.com/monarc-project/administrator-guide
- Owner: monarc-project
- Created: 2017-11-02T09:55:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T11:33:21.000Z (over 3 years ago)
- Last Synced: 2025-06-11T09:56:54.060Z (about 1 year ago)
- Topics: administration-guide, monarc
- Language: Makefile
- Size: 513 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MONARC administrator's guide
Administrator's guide of [MONARC](http://monarc.lu).
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
```