Go to file
Kyle Johnsen 1dd93d2848 application specific rooms 2022-02-02 17:32:34 -05:00
src application specific rooms 2022-02-02 17:32:34 -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 Create README.md 2022-01-24 20:13:03 -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 ./main
  7. Or run in the background so that it doesn't quit when you leave ssh: nohup sudo ./main. You'll have to install nohup with apt.