An open API service indexing awesome lists of open source software.

https://github.com/fusioninventory/documentation

Documentation of FusionInventory
https://github.com/fusioninventory/documentation

Last synced: 12 months ago
JSON representation

Documentation of FusionInventory

Awesome Lists containing this project

README

          

Find the documentation [here](https://documentation.fusioninventory.org/)

## Run mkdocs in dev mode

Install virtualenv:
```console
apt install virtualenv
```

Clone the repository:
```console
git clone https://github.com/fusioninventory/documentation.git
cd documentation
```

Create a virtual environment:
```console
virtualenv venv
```

Activate your virtual environment:
```console
source venv/bin/activate
```

Install requirement for mkdocs
```console
pip install -r requirements.txt
```

Run development instance:
```console
mkdocs serve
```