The goal of this documentation is to explain to any member of the .Net community how to install, configure and use the SonarQube ecosystem to analyze .Net projects.
The pdf for the latest release is available here.
The structure of this documentation has been designed to ease the generation of a global PDF file with help of http://www.gitbook.com each time this documentation is released.
- Install NPM (See npmjs.com)
- Install GitBook with help of the following command line
npm install gitbook-cli -g
- Install Calibre (See http://calibre-ebook.com/download). The
ebook-convert
command line must be available in the%PATH%
(or$PATH
). For Mac OS X users, this might be done with help of the following command linesudo ln -s ~/Applications/calibre.app/Contents/MacOS/ebook-convert /usr/bin
- Edit the 'cover.pptx' file to update the release date and the version
- Generate a 'cover.jpg' image from 'cover.pptx' and update 'doc/cover.jpg'
- Execute the following command line from the root directory of the GitHub Repository:
gitbook pdf ./doc ./SonarQube-Setup-Guide-For-Net-Users-V-X-Y-Z.pdf