Skip to content

rodolfoaugusto/yurOTS-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Recommended VPS

  • 4 vCore
  • 8 GB
  • 160 GB SSD NVMe
  • 1 Gbps unmetered

How-to setup

Run those commands on Linux Terminal (step by step)

  • Enter the root: sudo -i
  • Create the main folder: cd /var && mkdir yurots && chmod 777 -R /var/yurots
  • Clone the repository: git clone https://github.com/rodolfoaugusto/yurOTS-server.git server
  • Install the libraries and tools: apt-get install screen zip git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libboost-filesystem-dev -y
  • Enter the folder and start compiling: cd server && mkdir build && cd build && cmake .. && make
  • Move the generated file to main folder: mv /var/yurots/server/build/yurOTS /var/yurots/server && cd ..
  • Give rights to the generated file: chmod +x yurOTS
  • Start a screen (server keep running without shutdown when you close the terminal): screen -A -S server
  • Start the server: ./yurOTS
  • Close the current screen: control +A +D
  • Enter the screen screen -x server and have fun!

Linux Keyboards Commands

  • Close/Stop current application: control + c
  • Quit without close the current screen: control + A + D

Discord: rodi#9161

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published