Skip to content

Installing on Debian Ubuntu

Vincent edited this page Sep 29, 2021 · 1 revision

GMCServer has been tester on Debian Buster and Bullseye both on OpenJDK 11

  • Install Java (apt install default-jre)
  • Install MongoDB
  • Download the deb file from GitHub actions "Make debian" and install it with dpkg:
unzip gmcserver-debian-master-abcdef012345.zip
dpkg -i work/gmcserver/gmcserver_0.0.0-1_amd64.deb
Clone this wiki locally