NetEase / pomelo-admin-web

monitor server demo for pomelo admin system
MIT License
35 stars 77 forks source link

How to integrate pomelo-admin-web with pomelo app #3

Open kiennt opened 11 years ago

kiennt commented 11 years ago

Hi, I am new user of pomelo. In my project, I want to create an admin for my game, that 's why I a thinking to use pomelo-admin-web.

But I didn't find any document how to integrate pomelo-admin-web with pomelo app?

Could you guys help me.

Thanks in advance

tontione commented 11 years ago

here : https://github.com/NetEase/pomelo/wiki/Quick-start-guide

"The system closes the admin console module in default, so you need to open it in game-server/app.js and add the code app.enable('systemMonitor'). You can refer to the source code of lordofpomelo in detail."