Skip to content

Kirbo/rust-server-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-server-tools

Rust Server tools, including: installer, auto-updater, etc.

Prerequisites

Install necessary tools.

  • Ubuntu/Debian 64-Bit

    sudo apt-get install lib32gcc1

  • RedHat/CentOS

    yum install glibc libstdc++

  • RedHat/CentOS 64-Bit

    yum install glibc.i686 libstdc++.i686

If the instructions here doesn't work, check the necessary dependencies in here

Install

git clone https://github.com/kirbo/rust-server-tools.git
cd rust-server-tools
yarn install
cp example-config.js config.js
nano config.js
yarn install-rust

Start

yarn start

About

Rust Server tools, including: installer, auto-updater, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors