inexorgame-obsolete / deprecated-cube-engine-inexor

UNMAINTAINED: Please have a look at the vulkan-renderer
https://inexor.org
zlib License
11 stars 1 forks source link

Create a wiki page for server installations #443

Closed aschaeffer closed 6 years ago

aschaeffer commented 7 years ago
  1. Install dependencies (Node, NPM)
  2. Download Inexor Flex
  3. Install Inexor Core Server (hopefully using Flex)
  4. Configure the profile
  5. Create server instances
  6. Use process manager for Inexor Flex: PM2
Croydon commented 7 years ago

https://github.com/inexorgame/inexor-core/wiki/How-to-host-a-server

IceflowRE commented 7 years ago

Is libsdl really needed for building the server?

a-teammate commented 7 years ago

Nope, the whole process is outdated. However we will remove the listenserver, which is already done in a branch (That needs some debugging and extensive testing before merge, though. as soon as the grpc module stops bugging for me I'll test it more and merge it in master)

Btt: as then it will be required for any client which wants to play offline to run a server in the background, the processes to install inexor-client or inexor-server won't be so different :)

Croydon commented 7 years ago

Fixed here: https://github.com/inexorgame/inexor-core/issues/194