YSFReflector-debian-installer/README.md

24 lines
723 B
Markdown
Raw Normal View History

2018-10-08 20:03:45 -04:00
# YSFReflector-debian-installer
2018-12-04 00:52:36 -05:00
This is a simple script to install YSFReflector. This script essentially runs through the official steps found at: https://register.ysfreflector.de/installation for your convenience. All you need to provide before hand is have a Debian 9.x server ready and updated.
2018-10-08 20:13:49 -04:00
2018-11-27 00:41:10 -05:00
### To install on Debian 9.x:
```sh
git clone https://github.com/n5amd/YSFReflector-debian-installer
cd YSFReflector-debian-installer
./YSFReflector-debian-installer
```
2018-10-08 20:13:49 -04:00
2018-11-27 00:41:10 -05:00
### To interact with ysfreflector after installation:
```sh
systemctl start|stop|status|restart ysfreflector
```
- Installs to /ysfreflector
- Logs are in /var/log/YSFReflector
**For more information, please visit:**
https://sadigitalradio.com/
2018-10-08 20:13:49 -04:00