Documentation for the Tactical RMM software
Find a file
silversword411 9ce8f5079e
Merge pull request #339 from silversword411/main
Add VNC connection instructions for macOS 15+ with screenshot
2026-03-26 16:50:29 -04:00
.devcontainer WIP: Devcontainers/Codespaces support 2023-10-05 01:07:17 +00:00
.github/workflows update ci and reqs 2024-03-24 21:01:19 +00:00
.vscode chore: Add .vscode configuration files for MkDocs 2024-07-10 14:46:43 -04:00
docs Add VNC connection instructions for macOS 15+ with screenshot 2026-03-26 16:49:57 -04:00
.gitignore caps, grammar, etc 2023-05-07 13:38:11 -07:00
build.sh add docker build scriptf or local testing 2022-02-01 22:47:02 -05:00
dockerfile update build/reqs 2024-03-24 21:11:12 +00:00
mkdocs.yml mkdocs Upgrade: Fixing links etc 2025-12-17 13:42:33 -05:00
README.md docs: add instructions for running from VSCode 2024-11-24 23:46:03 -05:00
requirements.txt mkdocs Upgrade: Fixing links etc 2025-12-17 13:42:33 -05:00
startdevmkdocsonwindows.ps1 mkdocs Upgrade: Fixing links etc 2025-12-17 13:42:33 -05:00

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