Pocket Warriors Server Documents - 9miao/Pocket-Warriors GitHub Wiki
Open cmd in server root directory and input: python startmaster.py
Open another cmd and input: startmaster.py
So the project is started.
We can separate start each service if something is needed to adjust in eclipse
First, open cmd and input: python startmaster.py single master
Then add args=[0,"dbfront","config.json"] in appmain.py of root directory. It’s shown below:
The second value in args list is the name of service that needs to start
Then execute appmain.py
So the service is started.
Client connection port: 11009, all these can be modified in config.json
You can set database and memcached configuration in config.json of root directory.
Please look up detail set of config.json on www.9miao.com

