mirror of
https://github.com/amidaware/trmm-docs.git
synced 2026-04-26 04:35:53 +03:00
Documentation for the Tactical RMM software
|
|
||
|---|---|---|
| .devcontainer | ||
| .github/workflows | ||
| .vscode | ||
| docs | ||
| .gitignore | ||
| build.sh | ||
| dockerfile | ||
| mkdocs.yml | ||
| README.md | ||
| requirements.txt | ||
| startdevmkdocsonwindows.ps1 | ||
Building with Docker
git clone https://github.com/amidaware/trmm-docs.git
cd trmm-docs
./build.sh
Building standard
git clone https://github.com/amidaware/trmm-docs.git
cd trmm-docs
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools wheel
pip install -r requirements.txt
mkdocs serve
Browse to http://your-server-ip:8005
Understanding python and running stuff
Running from vscode
Open repo
Choose Run > Run Without Debugging