Create README.md

This commit is contained in:
Josef Matondang 2020-09-02 11:35:25 +07:00 committed by GitHub
parent 128b34d1c5
commit 46e4f223db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -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
```