Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.21 KB

Torrust Documentation

This is the documentation site for the Torrust Tracker and Index.

Live: https://torrust.com/

Installation

Prerequisites:

You can install mkdocs and mkdocs-material with:

pip3 install mkdocs
pip3 install mkdocs-material

Install:

git clone https://github.com/torrust/torrust-documentation.git

Usage

Run for development:

Navigate to the project folder (docs) and run the following command:

mkdocs serve

Visit http://localhost:8000 to see live changes.

Run for production:

Navigate to the project folder (docs) and build the static site:

mkdocs build

Publish the newly built docs/site folder using NGINX or Apache.

Contributing

Please report any bugs you find to our issue tracker. Ideas and feature requests are welcome as well! Any pull request targeting existing issues would be very much appreciated.