Go to file
Kyle Johnsen 4ce8d48349 accidentally grabbed a lock twice 2022-02-08 17:13:42 -05:00
src accidentally grabbed a lock twice 2022-02-08 17:13:42 -05:00
.gitignore added group messaging to tcp 2022-01-18 09:14:14 -05:00
Cargo.lock first commit 2022-01-17 18:16:45 -05:00
Cargo.toml first commit 2022-01-17 18:16:45 -05:00
LICENSE updated license 2022-02-02 07:52:06 -05:00
README.md update readme - run correct output file for release build 2022-02-02 23:47:33 -05:00

README.md

VelNetServerRust

Running

  1. Get a linoox server
  2. Clone this repo
  3. Install rust: curl https://sh.rustup.rs -sSf | sh
  4. Set up env: source $HOME/.cargo/env or add to .bashrc
  5. Build: cargo build --release
  6. Run: sudo ./target/release/VelNetServerRust
  7. Or run in the background so that it doesn't quit when you leave ssh: nohup sudo ./target/release/VelNetServerRust. You'll have to install nohup with apt.