YSFReflector-debian-installer/README.md

24 lines
714 B
Markdown
Raw Normal View History

2018-10-08 19:03:45 -05:00
# YSFReflector-debian-installer
2018-12-03 23:52:36 -06: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 19:13:49 -05:00
2018-11-26 23:41:10 -06: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 19:13:49 -05:00
2018-11-26 23:41:10 -06: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:**
2019-05-04 15:07:18 -05:00
https://n5amd.com/
2018-10-08 19:13:49 -05:00