Rust Messenger Service - Server
Go to file
firebadnofire dc8a4fde98
commit
2024-04-19 09:10:04 -04:00
src commit 2024-04-19 09:10:04 -04:00
.gitignore commit 2024-04-16 14:17:13 -04:00
Cargo.toml commit 2024-04-19 09:10:04 -04:00
LICENSE commit 2024-04-16 14:17:13 -04:00
Makefile commit 2024-04-17 13:37:22 -04:00
README.md commit 2024-04-17 18:07:50 +00:00
rms-server.service commit 2024-04-17 13:37:22 -04:00

README.md

RMS-server

Rust Messenger Service - Server

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: rust-lang.org/tools/install

Optional: edit rms-server.service to your liking

Run make: make install

Uninstall:

Run make: make uninstall

other

Check out: RMS-client