Skip to content

east-eden/server_bin

Repository files navigation

服务器自驾流程

需要软件

安装过程

  1. MongoDB 和 MongoDB Compass

    • 在nas中安装mongodb-windows-x86_64-4.4.4-signedmongodb-compass-1.26.0-win32-x64软件,一直默认选项下一步
  2. git

    • 在nas中安装nas/Software/Git/Git-2.30.0-64-bit.exe,一路默认配置就行
    • 在nas中安装nas/Software/Git/TortoiseGit-2.11.0.0-64bit.msi,一路默认配置,如果想用中文在遇到语言选择的ui时先安装nas/Software/Git/TortoiseGit-LanguagePack-2.11.0.0-64bit-zh_CN.msi语言包,然后点击refresh按钮刷新后就能选择中文,之后一路默认配置
    • TortoiseGit自动安装最后会运行首次配置向导,在此输入自己名字和邮箱地址,这个是作为git提交信息

开启服务

  1. 安装git后,在当前目录进入windows命令行,然后执行下面命令

    git clone https://github.com/east-eden/server_bin.git server_bin
    

    在首次执行git clone命令时会要求输入bitbucket.org的账户和密码

  2. 进入server_bin目录中进行服务器相关操作

    • 开启gate服务器: 进入apps/gate目录,运行gate.exe
    • 开启game服务器: 进入apps/game目录,运行game.exe
  3. 运行客户端,进入apps/client目录,运行client.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published