hk4e-everything
hk4e-everything copied to clipboard
-
run
docker compose -f hk4e-everything.yaml build -
run
docker compose -f hk4e-everything.yaml up -d mysql -
change line:350 in file
config/sql/db_hk4e_deploy_config_os_beta01.sqltoYOUR SDK SERVERwhich responses like{"data":{"account_type":1,"ip_info":{"country_code":"us"}},"message":"OK","retcode":0} -
create database using
config/sql/*.sql -
put
srv-bins/3.2_betaintobin/3.2_beta -
put
welink-pkg/welink_3.2_qaintodata/welink_3.2_qa -
run
docker compose -f hk4e-everything.yaml up -d -
run
docker pscheck contianer status is Up -
the
mysqlwill listen on0.0.0.0:3306 -
the
rediswill listen on0.0.0.0:6379 -
the
gateserverwill listen on0.0.0.0:18101and0.0.0.0:18101/udp -
the
dispatchwill listen on0.0.0.0:18401and0.0.0.0:18421 -
the
muipserverwill listen on0.0.0.0:18541 -
the
oaserverwill listen on0.0.0.0:18601 -
wait about 10 mins, then enjoy the official server!
-
alternately, use the least setup
docker compose -f hk4e-least-setup.yaml up -d -
the
mysqlwill listen on0.0.0.0:3306 -
the
rediswill listen on0.0.0.0:6379 -
the
gateserverwill listen on0.0.0.0:18101and0.0.0.0:18101/udp -
the
muipserverwill listen on0.0.0.0:18541 -
this setup will significantly reduce the hardware requirements, but you will need an external dispatch server such as
grasscutter
// 据说来自钟旭东
// 二进制下载