minexew / Glacius

Game server for Tales of Lanthaia, 2011

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run this crap

podman build -t glacius .
cd docker
mkdir mariadb-data
env CURRENT_UID=0:0 podman-compose -p glacius up --build --abort-on-container-exit

Installation

On Fedora, install package mariadb-connector-c-devel.

Maintenance

Provided docker-compose

phpMyAdmin is available on port 10081

To import DB schema:

mysql -h 127.0.0.1 -u glacius -ppassword -D realm <DB-r01.sql

RCC

podman exec -it glacius_gameserver_1 ./GlaciusRCC localhost

hmm how to register?

About

Game server for Tales of Lanthaia, 2011


Languages

Language:C 79.3%Language:C++ 20.1%Language:CMake 0.4%Language:Dockerfile 0.1%Language:Shell 0.1%