Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 1.39 KB

Introduction

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.

PDF version of the documentation

The pdf for the latest release is available here.

GitBook

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.

Installation Instructions

  1. Install NPM (See npmjs.com)
  2. Install GitBook with help of the following command line npm install gitbook-cli -g
  3. 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 line sudo ln -s ~/Applications/calibre.app/Contents/MacOS/ebook-convert /usr/bin

Manual actions required when doing a release

  1. Edit the 'cover.pptx' file to update the release date and the version
  2. Generate a 'cover.jpg' image from 'cover.pptx' and update 'doc/cover.jpg'
  3. 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