kb:common:asciidoctor
This is an old revision of the document!
Asciidoctor
Ruby
-
https://rubyinstaller.org/downloads/
-
as of 2021-02-18:
Ruby 2.7.2-1 (x64)
(without devkit) -
install MSYS2 base installation
-
reboot computer!
Asciidoctor
Asciidoctor is a Ruby tool and is therefore installed via Ruby's packet manager
gem
$ gem install asciidoctor $ gem install asciidoctor-diagram $ gem install asciidoctor-pdf
Offline Installation of gems
If no direct network connection is available, you can use Bundler.io to export packages and their dependencies from an online PC.
1. Download bundler from rubygems (latest version at the moment is v2.1.4) and install it locally via
$ gem install --force --local bundler-2.1.4.gem
2. Download our ready-made Bundler package for local (offline) installation containing all necessary gems. Extract the archive to a local directory.
3. Run the following command from the above directory where the
Gemfile
,Gemfile.lock
and the/vendor/cache/
subdirectory are available:$ bundle install --local
PlantUML / GraphViz
See PlantUML
-
kb/common/asciidoctor.1647529687.txt.gz · Last modified: 2022/03/17 15:08 by joerg.hampel