RMS-server/README.md

481 B

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