Updated Installing using Docker (recommended!) (markdown) authored by Simon's avatar Simon
...@@ -4,6 +4,14 @@ Docker is the fastest way to having a running system, complete with proxy and ec ...@@ -4,6 +4,14 @@ Docker is the fastest way to having a running system, complete with proxy and ec
to serve repeaters and hotspots. The Docker image can be run on any system that can run Linux to serve repeaters and hotspots. The Docker image can be run on any system that can run Linux
docker containers. docker containers.
# Quick Start
For a one-shot install, paste this into the terminal of a running debian-like Linux system
`sudo curl https://raw.githubusercontent.com/hacknix/FreeDMR/master/docker-configs/docker_install.sh | bash`
The rest of this page details the manual install process.
## Prerequisites ## Prerequisites
Firstly, you need a system running docker. For debian-based systems, this is simple: Firstly, you need a system running docker. For debian-based systems, this is simple:
... ...
......