From 46e4f223db72acf61936e39372d6455d38b4402d Mon Sep 17 00:00:00 2001 From: Josef Matondang Date: Wed, 2 Sep 2020 11:35:25 +0700 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..318674d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# aprsc-docker +Dockerized APRSC using Debian Buster + +This is a Dockerized version of hessu.fi/aprsc. +APRSC is an APRS-IS server implementation written in C. +APRSC can be used to create personal or private APRS network, instead of using the global APRS-IS network. + +## Installation + +Before running the docker commands, configure the APRSC service by editting the aprsc.conf +``` +# nano ./config/etc/aprsc.conf +``` + +Fill out your server name, pass code (generate one from apps.magicbug.co.uk/passcode) and your information. +Make sure to read all the configuration files properly and once you're done save the changes. +Start the docker-container by using these following commands: + +``` +$ docker-compose up -d +```