434 B
434 B
VelNetServerRust
Running
- Get a linoox server
- Clone this repo
- Install rust:
curl https://sh.rustup.rs -sSf | sh - Set up env:
source $HOME/.cargo/envor add to.bashrc - Build:
cargo build --release - Run:
sudo ./target/release/VelNetServerRust - Or run in the background so that it doesn't quit when you leave ssh:
nohup sudo ./target/release/VelNetServerRust. You'll have to installnohupwith apt.