Forked from walkor/BrowserQuest-PHP
- git clone https://github.com/redoc/zero
- composer install
- 以debug模式启动
php start.php start
- 以daemon模式启动
php start.php start -d
- 查看状态
php start.php status
- 停止
php start.php stop
-
安装依赖 - Install dependencies
pip3 install fabric apt install docker # or blahblah...
-
构建并发布镜像 - Build/Release container image
make build make release
-
部署之- Deploy it
make install # install make deploy # upgrade
本游戏是由BrowserQuest修改而来,主要是将后端nodejs部分用php(workerman框架)重写。