859 B
859 B
VelNetServerRust
Running
- Get a linoox server
- Clone this repo
- Install rust:
sudo apt install cargo - 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.
Running with control panel server
You don't need to do both of these steps. The control panel runs the other server.
- Get a linoox server
- Clone this repo
- Install rust:
sudo apt install cargo - Switch to control panel:
cd control-panel - Build:
cargo build --release touch ../nohup.out ../restarts.log- Run the web server in the background so that it doesn't quit when you leave ssh:
nohup sudo ./target/release/control-panel. You'll have to installnohupwith apt.