YSFReflector-debian-installer/README.md

27 lines
998 B
Markdown
Raw Permalink Normal View History

2021-10-05 21:15:38 -04:00
# YSFReflector-debian-installer Forked from N5AMD
# With thanks to N5AMD for this script
2019-05-11 18:34:19 -04: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-08 20:13:49 -04:00
2021-10-05 21:15:38 -04:00
### To install on Debian 9.x, 10.x / Ubuntu 21.04:
2018-11-27 00:41:10 -05:00
```sh
2021-10-05 21:15:38 -04:00
git clone https://github.com/ShaYmez/YSFReflector-debian-installer
2018-11-27 00:41:10 -05:00
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
2021-11-30 15:51:31 -05:00
systemctl start|stop|status|restart ysf
2018-11-27 00:41:10 -05:00
```
- Installs to /ysfreflector
- Logs are in /var/log/YSFReflector
2019-05-11 18:34:19 -04:00
After the installation your dashboard will be available at the FQDN you provided during setup.
2018-11-27 00:41:10 -05:00
**For more information, please visit:**
2019-05-04 16:07:18 -04:00
https://n5amd.com/
2018-10-08 20:13:49 -04:00