RMS-server/README.md

32 lines
481 B
Markdown
Raw Permalink Normal View History

2024-04-15 18:28:02 -04:00
# RMS-server
2024-04-16 14:17:13 -04:00
Rust Messenger Service - Server
2024-04-17 13:37:22 -04:00
Usage:
```
-p PORT: set port
-l /path/to/dir: set log dir (defaults to /var/log/RMS-server)
-h: print help info
```
## Build instructions:
Install rust: <a href="https://www.rust-lang.org/tools/install">rust-lang.org/tools/install</a>
Optional: edit rms-server.service to your liking
Run make: `make install`
2024-04-17 14:07:50 -04:00
## Uninstall:
2024-04-17 13:37:22 -04:00
Run make: `make uninstall`
## other
2024-04-16 18:17:04 -04:00
Check out: <a href="/firebadnofire/RMS-client">RMS-client</a>
2024-04-16 18:43:37 -04:00