380 B
380 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 ./main - Or run in the background so that it doesn't quit when you leave ssh:
nohup sudo ./main. You'll have to installnohupwith apt.