https://github.com/amidaware/trmm-docs
Documentation for the Tactical RMM software
https://github.com/amidaware/trmm-docs
Last synced: about 1 year ago
JSON representation
Documentation for the Tactical RMM software
- Host: GitHub
- URL: https://github.com/amidaware/trmm-docs
- Owner: amidaware
- Created: 2022-01-27T22:41:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:05:13.000Z (over 1 year ago)
- Last Synced: 2024-10-24T07:21:44.049Z (over 1 year ago)
- Language: PowerShell
- Homepage: https://docs.tacticalrmm.com
- Size: 17.1 MB
- Stars: 11
- Watchers: 8
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Security: docs/security.md
- Support: docs/support.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# 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](https://docs.tacticalrmm.com/devnotes/running_tests_locally/)
# Running from vscode
Open repo
Choose Run > Run Without Debugging