This is the English documentation for CONFIRE BLACKBOARD. The documentation is Open Source and we have implemented it using GitBook.
🔥 The open source version of GitBook used here is no longer under active development. The current version of GitBook is not open source.
-
Install node.js. Node.js includes allready the package manager npm.
-
Launch the installer and follow the on-screen instructions.
-
Run the command prompt as Administrator.
-
Enter the command
npm install gitbook-cli -g
to install a local copy of GitBook.
This repository is a Git repository. To clone the repository to a local commputer you will need a Git client. Either install Git for Windows and use the command prompt or install one of the many GUIs. We recommend GitHub Desktop or SourceTree.
-
Create a local directory for the documentation e.g.
c:\docs\blackboard
. -
Open the command prompt and change to directory
c:\docs\blackboard
. -
Enter the command
git clone https://github.com/stuebersystems/doc.blackboard.en.git
to clone the repository.
If you don't want to use Git you can even download the repository as a Zip Archive:
-
Open the URL
https://github.com/stuebersystems/doc.blackboard.en
in your web browser -
Click on the
Clone or download
button then selectDownload ZIP
. -
Extract the Zip Archive to a local folder, e.g.
c:\docs\blackboard
.
You have installed node.js and the GitBook package, cloned the repository or downloaded it as a Zip Archive. Now you can generate the documentation locally on your computer:
-
Start the command prompt and change to the directory
c:\docs\blackboard\src
. -
First you have to install all needed GitBook plugins. Enter the command
gitbook install
. GitBook plugins will be installed. This needs to be done only once for this documentation. -
Enter the command
gitbook build
. CONFIRE BLACKBOARD documentation will be regenerated. -
To display the result, change the folder to
c:\docs\blackboard\src\_book
and open the fileindex.html
in your webbrowser.
The table of contents can be found in the SUMMARY.md
file.