YSFReflector-debian-installer/README.md

26 lines
927 B
Markdown
Raw Permalink Normal View History

2018-10-09 02:03:45 +02:00
# YSFReflector-debian-installer
2019-05-12 00:34:19 +02:00
This is a simple script to install YSFReflector and the YSFReflector Dashboard. This script essentially runs through the official steps found at: https://register.ysfreflector.de/installation and https://github.com/dg9vh/YSFReflector-Dashboard for your convenience. All you need to provide before hand is have a Debian 9.x server ready and updated and a FQDN for the web dashboard.
2018-10-09 02:13:49 +02:00
2018-11-27 06:41:10 +01: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-09 02:13:49 +02:00
2018-11-27 06:41:10 +01:00
### To interact with ysfreflector after installation:
```sh
systemctl start|stop|status|restart ysfreflector
```
- Installs to /ysfreflector
- Logs are in /var/log/YSFReflector
2019-05-12 00:34:19 +02:00
After the installation your dashboard will be available at the FQDN you provided during setup.
2018-11-27 06:41:10 +01:00
**For more information, please visit:**
2019-05-04 22:07:18 +02:00
https://n5amd.com/
2018-10-09 02:13:49 +02:00